Code: Select all
static const esp_efuse_desc_t OCODE[] = {
{EFUSE_BLK2, 137, 8}, // [] ADC OCode,
};
static const esp_efuse_desc_t ADC1_INIT_CODE_ATTEN0[] = {
{EFUSE_BLK2, 145, 10}, // [] ADC1 init code at atten0,
};
static const esp_efuse_desc_t ADC1_INIT_CODE_ATTEN1[] = {
{EFUSE_BLK2, 155, 10}, // [] ADC1 init code at atten1,
};
static const esp_efuse_desc_t ADC1_INIT_CODE_ATTEN2[] = {
{EFUSE_BLK2, 165, 10}, // [] ADC1 init code at atten2,
};
static const esp_efuse_desc_t ADC1_INIT_CODE_ATTEN3[] = {
{EFUSE_BLK2, 175, 10}, // [] ADC1 init code at atten3,
};
static const esp_efuse_desc_t ADC1_CAL_VOL_ATTEN0[] = {
{EFUSE_BLK2, 185, 10}, // [] ADC1 calibration voltage at atten0,
};
static const esp_efuse_desc_t ADC1_CAL_VOL_ATTEN1[] = {
{EFUSE_BLK2, 195, 10}, // [] ADC1 calibration voltage at atten1,
};
static const esp_efuse_desc_t ADC1_CAL_VOL_ATTEN2[] = {
{EFUSE_BLK2, 205, 10}, // [] ADC1 calibration voltage at atten2,
};
static const esp_efuse_desc_t ADC1_CAL_VOL_ATTEN3[] = {
{EFUSE_BLK2, 215, 10}, // [] ADC1 calibration voltage at atten3,
};
static const esp_efuse_desc_t ADC1_INIT_CODE_ATTEN0_CH0[] = {
{EFUSE_BLK2, 225, 4}, // [] ADC1 init code at atten0 ch0,
};
static const esp_efuse_desc_t ADC1_INIT_CODE_ATTEN0_CH1[] = {
{EFUSE_BLK2, 229, 4}, // [] ADC1 init code at atten0 ch1,
};
static const esp_efuse_desc_t ADC1_INIT_CODE_ATTEN0_CH2[] = {
{EFUSE_BLK2, 233, 4}, // [] ADC1 init code at atten0 ch2,
};
static const esp_efuse_desc_t ADC1_INIT_CODE_ATTEN0_CH3[] = {
{EFUSE_BLK2, 237, 4}, // [] ADC1 init code at atten0 ch3,
};
static const esp_efuse_desc_t ADC1_INIT_CODE_ATTEN0_CH4[] = {
{EFUSE_BLK2, 241, 4}, // [] ADC1 init code at atten0 ch4,
};
static const esp_efuse_desc_t ADC1_INIT_CODE_ATTEN0_CH5[] = {
{EFUSE_BLK2, 245, 4}, // [] ADC1 init code at atten0 ch5,
};
static const esp_efuse_desc_t ADC1_INIT_CODE_ATTEN0_CH6[] = {
{EFUSE_BLK2, 249, 4}, // [] ADC1 init code at atten0 ch6,
};