ESP-IDF
esp_adc_cal_characteristics_t::high_curve
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::high_curve
esp_adc_cal_characteristics_t::high_curve field
Pointer to high Vref curve of lookup table (NULL if unused)
Syntax
Show:
Summary
Declaration
from
esp_adc_cal_types_legacy.h:42
const
uint32_t
*
high_curve
;
Examples
References
from
examples
Code
Location
Referrer
const
uint32_t
*
high_curve
;
/**< Pointer to high Vref curve of lookup table (NULL if unused)*/
esp_adc_cal_types_legacy.h:42
chars
->
high_curve
=
(
adc_num
==
ADC_UNIT_1
)
?
lut_adc1_high
:
lut_adc2_high
;
esp_adc_cal_legacy.c:321
esp_adc_cal_characterize()
chars
->
high_curve
=
NULL
;
esp_adc_cal_legacy.c:324
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::high_curve
is written by 1 function and is read by 1 function:
esp_adc_cal_characterize()
All items filtered out
esp_adc_cal_characteristics_t::high_curve
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