ESP-IDF
read_efuse_vref()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
read_efuse_vref()
read_efuse_vref() function
Syntax
Show:
Summary
Declaration
from
esp_adc_cal_legacy.c:137
static
uint32_t
read_efuse_vref
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
uint32_t
read_efuse_vref
(
void
)
esp_adc_cal_legacy.c:137
uint32_t
vref
=
read_efuse_vref
(
)
;
esp_adc_cal_legacy.c:304
esp_adc_cal_characterize()
chars
->
vref
=
(
EFUSE_VREF_ENABLED
&&
efuse_vref_present
)
?
read_efuse_vref
(
)
:
default_vref
;
esp_adc_cal_legacy.c:317
esp_adc_cal_characterize()
Call Tree
from
examples
read_efuse_vref()
is called by 1 function and calls 2 functions:
esp_adc_cal_characterize()
All items filtered out
read_efuse_vref()
efuse_ll_get_adc_vref()
decode_bits()
All items filtered out
Data Use
from
examples
All items filtered out
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