ESP-IDF
esp_adc_cal_characteristics_t::coeff_a
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::coeff_a
esp_adc_cal_characteristics_t::coeff_a field
Gradient of ADC-Voltage curve
Syntax
Show:
Summary
Declaration
from
esp_adc_cal_types_legacy.h:38
uint32_t
coeff_a
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
coeff_a
;
/**< Gradient of ADC-Voltage curve*/
esp_adc_cal_types_legacy.h:38
characterize_using_two_point
(
adc_num
,
atten
,
high
,
low
,
&
chars
->
coeff_a
,
&
chars
->
coeff_b
)
;
esp_adc_cal_legacy.c:300
esp_adc_cal_characterize()
characterize_using_vref
(
adc_num
,
atten
,
vref
,
&
chars
->
coeff_a
,
&
chars
->
coeff_b
)
;
esp_adc_cal_legacy.c:305
esp_adc_cal_characterize()
characterize_using_vref
(
adc_num
,
atten
,
default_vref
,
&
chars
->
coeff_a
,
&
chars
->
coeff_b
)
;
esp_adc_cal_legacy.c:309
esp_adc_cal_characterize()
uint32_t
linear_voltage
=
calculate_voltage_linear
(
adc_reading
,
chars
->
coeff_a
,
chars
->
coeff_b
)
;
esp_adc_cal_legacy.c:344
esp_adc_cal_raw_to_voltage()
return
calculate_voltage_linear
(
adc_reading
,
chars
->
coeff_a
,
chars
->
coeff_b
)
;
esp_adc_cal_legacy.c:350
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::coeff_a
is read by 1 function:
All items filtered out
esp_adc_cal_characteristics_t::coeff_a
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