ESP-IDF
read_efuse_tp_low()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
read_efuse_tp_low()
read_efuse_tp_low() function
Syntax
Show:
Summary
Declaration
from
esp_adc_cal_legacy.c:146
static
uint32_t
read_efuse_tp_low
(
adc_unit_t
adc_num
)
;
Arguments
Argument
adc_num
Examples
References
from
examples
Code
Location
Referrer
static
uint32_t
read_efuse_tp_low
(
adc_unit_t
adc_num
)
esp_adc_cal_legacy.c:146
uint32_t
low
=
read_efuse_tp_low
(
adc_num
)
;
esp_adc_cal_legacy.c:299
esp_adc_cal_characterize()
Call Tree
from
examples
read_efuse_tp_low()
is called by 1 function and calls 3 functions:
esp_adc_cal_characterize()
All items filtered out
read_efuse_tp_low()
efuse_ll_get_adc1_tp_low()
efuse_ll_get_adc2_tp_low()
decode_bits()
All items filtered out
Data Use
from
examples
read_efuse_tp_low()
reads 1 variable:
adc_unit_t::ADC_UNIT_1
All items filtered out
read_efuse_tp_low()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out