ESP-IDF
esp_adc_cal_characteristics_t::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
esp_adc_cal_characteristics_t::vref
esp_adc_cal_characteristics_t::vref field
Vref used by lookup table
Syntax
Show:
Summary
Declaration
from
esp_adc_cal_types_legacy.h:40
uint32_t
vref
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
vref
;
/**< Vref used by lookup table*/
esp_adc_cal_types_legacy.h:40
chars
->
vref
=
(
EFUSE_VREF_ENABLED
&&
efuse_vref_present
)
?
read_efuse_vref
(
)
:
default_vref
;
esp_adc_cal_legacy.c:317
esp_adc_cal_characterize()
uint32_t
lut_voltage
=
calculate_voltage_lut
(
adc_reading
,
chars
->
vref
,
chars
->
low_curve
,
chars
->
high_curve
)
;
esp_adc_cal_legacy.c:341
esp_adc_cal_raw_to_voltage()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_adc_cal_characteristics_t::vref
is written by 1 function and is read by 1 function:
esp_adc_cal_characterize()
All items filtered out
esp_adc_cal_characteristics_t::vref
esp_adc_cal_raw_to_voltage()
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