Home
last modified time | relevance | path

Searched refs:v_rtc_nearest_1v15_mul10000 (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Drtc_init.c255 uint32_t v_rtc_nearest_1v15_mul10000 = 0; in get_rtc_dbias_by_efuse() local
257v_rtc_nearest_1v15_mul10000 = v_rtc_dbias20_real_mul10000 + k_rtc_ldo_real_mul10000 * (rtc_dbias -… in get_rtc_dbias_by_efuse()
258 if (v_rtc_nearest_1v15_mul10000 >= v_dig_nearest_1v15_mul10000 - 250) in get_rtc_dbias_by_efuse()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_init.c353 uint32_t v_rtc_nearest_1v15_mul10000 = 0; in get_rtc_dbias_by_efuse() local
354v_rtc_nearest_1v15_mul10000 = v_rtc_dbias20_real_mul10000 + k_rtc_ldo_real_mul10000 * (rtc_dbias -… in get_rtc_dbias_by_efuse()
355 if (v_rtc_nearest_1v15_mul10000 >= v_dig_nearest_1v15_mul10000 - 250) { in get_rtc_dbias_by_efuse()