Home
last modified time | relevance | path

Searched refs:SOC_LOGD (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.5.0/components/esp_hw_support/include/
Dsoc_log.h23 #define SOC_LOGD(tag, fmt, ...) ESP_EARLY_LOGD(tag, fmt, ##__VA_ARGS__) macro
43 #define SOC_LOGD(tag, fmt, ...) esp_rom_printf("%s(dbg): " fmt, tag, ##__VA_ARGS__) macro
/hal_espressif-3.5.0/zephyr/esp_shared/include/boot/
Dsoc_log.h15 #define SOC_LOGD(tag, fmt, ...) MCUBOOT_LOG_DBG("[%s] " fmt, tag, ##__VA_ARGS__) macro
/hal_espressif-3.5.0/components/esp_hw_support/port/esp32c3/
Drtc_init.c330SOC_LOGD(TAG, "not burn core voltage in efuse or burn wrong voltage value in chip version: 0%d\n",… in set_rtc_dig_dbias()
334 SOC_LOGD(TAG, "chip_version is less than 3, not burn core voltage in efuse\n"); in set_rtc_dig_dbias()
/hal_espressif-3.5.0/components/esp_hw_support/port/esp32s3/
Drtc_init.c438SOC_LOGD(TAG, "not burn core voltage in efuse or burn wrong voltage value in blk version: 0%d\n", … in rtc_set_stored_dbias()
441 SOC_LOGD(TAG, "core voltage not decided in efuse, use default value."); in rtc_set_stored_dbias()