Home
last modified time | relevance | path

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

/hal_espressif-latest/components/efuse/esp32/
Desp_efuse_table.csv118 …E_BLK3, 96, 7, [] ADC1 Two Point calibration low point. Only valid if EFUSE_RD_BLK3_PART_RESERVE
119 …_BLK3, 103, 9, [] ADC1 Two Point calibration high point. Only valid if EFUSE_RD_BLK3_PART_RESERVE
120 …E_BLK3, 112, 7, [] ADC2 Two Point calibration low point. Only valid if EFUSE_RD_BLK3_PART_RESERVE
121 …_BLK3, 119, 9, [] ADC2 Two Point calibration high point. Only valid if EFUSE_RD_BLK3_PART_RESERVE
/hal_espressif-latest/zephyr/esp32/src/esp_adc_cal/
Desp_adc_cal.c108 if (CHECK_BLK3_FLAG && (REG_GET_FIELD(BLK3_RESERVED_REG, EFUSE_RD_BLK3_PART_RESERVE) == 0)) { in check_efuse_tp()
/hal_espressif-latest/components/soc/esp32/include/soc/
Defuse_reg.h149 #define EFUSE_RD_BLK3_PART_RESERVE (BIT(14)) macro