ESP-IDF
check_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
check_efuse_vref()
check_efuse_vref() function
Syntax
Show:
Summary
Declaration
from
esp_adc_cal_legacy.c:101
static
bool
check_efuse_vref
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
bool
check_efuse_vref
(
void
)
esp_adc_cal_legacy.c:101
return
(
check_efuse_vref
(
)
)
?
ESP_OK
:
ESP_ERR_NOT_SUPPORTED
;
esp_adc_cal_legacy.c:274
esp_adc_cal_check_efuse()
bool
efuse_vref_present
=
check_efuse_vref
(
)
;
esp_adc_cal_legacy.c:293
esp_adc_cal_characterize()
Call Tree
from
examples
check_efuse_vref()
is called by 2 functions and calls 1 function:
esp_adc_cal_check_efuse()
esp_adc_cal_characterize()
All items filtered out
check_efuse_vref()
efuse_ll_get_adc_vref()
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