Home
last modified time | relevance | path

Searched defs:SOC_LOGW (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/esp_hw_support/include/
Dsoc_log.h29 #define SOC_LOGW(tag, fmt, ...) ESP_EARLY_LOGW(tag, fmt, ##__VA_ARGS__) macro
47 #define SOC_LOGW(tag, fmt, ...) esp_rom_printf("%s(warn): " fmt, tag, ##__VA_ARGS__) macro
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/include/soc/
Dsoc_port.h31 #define SOC_LOGW(...) BK_LOGW(SOC_TAG, ##__VA_ARGS__) macro