Home
last modified time | relevance | path

Searched refs:TP_HIGH_MASK (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/esp_adc/deprecated/esp32/
Desp_adc_cal_legacy.c59 #define TP_HIGH_MASK 0x1FF macro
172 ret += decode_bits(bits, TP_HIGH_MASK, true) * TP_STEP_SIZE; in read_efuse_tp_high()
/hal_espressif-latest/zephyr/esp32/src/esp_adc_cal/
Desp_adc_cal.c61 #define TP_HIGH_MASK 0x1FF macro
178 ret += decode_bits(bits, TP_HIGH_MASK, true) * TP_STEP_SIZE; in read_efuse_tp_high()
/hal_espressif-latest/components/esp_adc/esp32/
Dadc_cali_line_fitting.c62 #define TP_HIGH_MASK 0x1FF macro
349 ret += decode_bits(bits, TP_HIGH_MASK, true) * TP_STEP_SIZE; in read_efuse_tp_high()