Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_init.c341 signed int v_dig_bias20 = efuse_ll_get_v_dig_dbias20(); in get_rtc_dbias_by_efuse() local
345 v_dig_bias20 = ((v_dig_bias20 & BIT(7)) != 0)? -(v_dig_bias20 & 0x7f): (uint8_t)v_dig_bias20; in get_rtc_dbias_by_efuse()
348 uint32_t v_dig_dbias20_real_mul10000 = V_DIG_MID_MUL10000 + v_dig_bias20 * 10000 / 500; in get_rtc_dbias_by_efuse()
366 signed int v_dig_bias20 = efuse_ll_get_v_dig_dbias20(); in get_dig1v3_dbias_by_efuse() local
368 v_dig_bias20 = ((v_dig_bias20 & BIT(7)) != 0)? -(v_dig_bias20 & 0x7f): (uint8_t)v_dig_bias20; in get_dig1v3_dbias_by_efuse()
370 uint32_t v_dig_dbias20_real_mul10000 = V_DIG_MID_MUL10000 + v_dig_bias20 * 10000 / 500; in get_dig1v3_dbias_by_efuse()
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Drtc_init.c244 signed int v_dig_bias20 = efuse_ll_get_v_dig_dbias20(); in get_rtc_dbias_by_efuse() local
248 v_dig_bias20 = ((v_dig_bias20 & BIT(7)) != 0)? -(v_dig_bias20 & 0x7f): (uint8_t)v_dig_bias20; in get_rtc_dbias_by_efuse()
251 uint32_t v_dig_dbias20_real_mul10000 = V_DIG_MID_MUL10000 + v_dig_bias20 * 10000 / 500; in get_rtc_dbias_by_efuse()