Home
last modified time | relevance | path

Searched refs:ESP_HW_LOGD (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/include/
Desp_hw_log.h23 #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/
Dpmu_param.c463ESP_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()
488ESP_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()
Dpmu_sleep.c42ESP_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/
Dpmu_param.c466ESP_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()
490ESP_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()
Dpmu_sleep.c38 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/
Drtc_init.c285ESP_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()
289ESP_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/
Drtc_init.c288ESP_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/
Drtc_init.c412ESP_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()