Searched refs:ESP_HW_LOGD (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/port/include/ |
D | esp_hw_log.h | 23 #define ESP_HW_LOGD(tag, fmt, ...) ESP_EARLY_LOGD(tag, fmt, ##__VA_ARGS__) macro 31 #define ESP_HW_LOGD(tag, fmt, ...) esp_rom_printf("%s(dbg): " fmt, tag, ##__VA_ARGS__) macro
|
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/ |
D | pmu_param.c | 463 …ESP_HW_LOGD(TAG, "hp_cali_dbias not burnt in efuse or wrong value was burnt in blk version: %d\n",… in get_act_hp_dbias() 466 ESP_HW_LOGD(TAG, "blk_version is less than 3, act dbias not burnt in efuse\n"); in get_act_hp_dbias() 488 …ESP_HW_LOGD(TAG, "lp_cali_dbias not burnt in efuse or wrong value was burnt in blk version: %d\n",… in get_act_lp_dbias() 491 ESP_HW_LOGD(TAG, "blk_version is less than 3, act dbias not burnt in efuse\n"); in get_act_lp_dbias()
|
D | pmu_sleep.c | 42 …ESP_HW_LOGD(TAG, "slp dbias not burnt in efuse or wrong value was burnt in blk version: %d\n", blk… in get_slp_lp_dbias() 45 ESP_HW_LOGD(TAG, "blk_version is less than 3, slp dbias not burnt in efuse\n"); in get_slp_lp_dbias()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/ |
D | pmu_param.c | 466 …ESP_HW_LOGD(TAG, "hp_cali_dbias not burnt in efuse or wrong value was burnt in blk version: %d\n",… in get_act_hp_dbias() 490 …ESP_HW_LOGD(TAG, "lp_cali_dbias not burnt in efuse or wrong value was burnt in blk version: %d\n",… in get_act_lp_dbias() 493 ESP_HW_LOGD(TAG, "blk_version is less than 3, act dbias not burnt in efuse\n"); in get_act_lp_dbias()
|
D | pmu_sleep.c | 38 ESP_HW_LOGD(TAG, "blk_version is less than 3, lslp dbg not burnt in efuse\n"); in get_lslp_dbg() 51 ESP_HW_LOGD(TAG, "blk_version is less than 3, lslp hp dbias not burnt in efuse\n"); in get_lslp_hp_dbias() 64 ESP_HW_LOGD(TAG, "blk_version is less than 3, dslp dbg not burnt in efuse\n"); in get_dslp_dbg() 77 ESP_HW_LOGD(TAG, "blk_version is less than 3, dslp lp dbias not burnt in efuse\n"); in get_dslp_lp_dbias()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/ |
D | rtc_init.c | 285 …ESP_HW_LOGD(TAG, "not burn core voltage in efuse or burn wrong voltage value. blk_ver: %d.%d\n", b… in set_rtc_dig_dbias() 289 …ESP_HW_LOGD(TAG, "core voltage not burnt in efuse. blk_ver: %d.%d\n", blk_version_major, blk_versi… in set_rtc_dig_dbias()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | rtc_init.c | 288 …ESP_HW_LOGD(TAG, "not burn core voltage in efuse or burn wrong voltage value in chip version: 0%d\… in set_rtc_dig_dbias() 292 ESP_HW_LOGD(TAG, "chip_version is less than 3, not burn core voltage in efuse\n"); in set_rtc_dig_dbias()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/ |
D | rtc_init.c | 412 …ESP_HW_LOGD(TAG, "not burn core voltage in efuse or burn wrong voltage value in blk version: 0%d\n… in rtc_set_stored_dbias() 415 ESP_HW_LOGD(TAG, "core voltage not decided in efuse, use default value."); in rtc_set_stored_dbias()
|