Home
last modified time | relevance | path

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

/hal_espressif-latest/components/efuse/esp32h2/
Desp_efuse_rtc_calib.c18 #define RTC_CALIB_GET_SIGNED_VAL(data, sign_bit) ((data & BIT##sign_bit) ? -(int)(data & ~BIT##s… macro
88 return RTC_CALIB_GET_SIGNED_VAL(chan_diff, 3) * (4 - atten); in esp_efuse_rtc_calib_get_chan_compens()
120 *out_digi = chk_offset + RTC_CALIB_GET_SIGNED_VAL(cal_vol, 9); in esp_efuse_rtc_calib_get_cal_voltage()
/hal_espressif-latest/components/efuse/esp32c6/
Desp_efuse_rtc_calib.c18 #define RTC_CALIB_GET_SIGNED_VAL(data, sign_bit) ((data & BIT##sign_bit) ? -(int)(data & ~BIT##s… macro
95 return RTC_CALIB_GET_SIGNED_VAL(chan_diff, 3) * (4 - atten); in esp_efuse_rtc_calib_get_chan_compens()
128 *out_digi = chk_offset + RTC_CALIB_GET_SIGNED_VAL(cal_vol, 9); in esp_efuse_rtc_calib_get_cal_voltage()