ESP-IDF
interpolate_two_points()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
interpolate_two_points()
interpolate_two_points() function
Syntax
Show:
Summary
Declaration
from
esp_adc_cal_legacy.c:262
static
inline
uint32_t
interpolate_two_points
(
uint32_t
y1
,
uint32_t
y2
,
uint32_t
x_step
,
uint32_t
x
)
;
Arguments
Argument
y1
y2
x_step
x
Examples
References
from
examples
Code
Location
Referrer
static
inline
uint32_t
interpolate_two_points
(
uint32_t
y1
,
uint32_t
y2
,
uint32_t
x_step
,
uint32_t
x
)
esp_adc_cal_legacy.c:262
return
interpolate_two_points
(
linear_voltage
,
lut_voltage
,
LUT_ADC_STEP_SIZE
,
(
adc_reading
-
LUT_LOW_THRESH
)
)
;
esp_adc_cal_legacy.c:345
esp_adc_cal_raw_to_voltage()
Call Tree
from
examples
interpolate_two_points()
is called by 1 function:
esp_adc_cal_raw_to_voltage()
All items filtered out
interpolate_two_points()
All items filtered out
Data Use
from
examples
interpolate_two_points()
:
All items filtered out
interpolate_two_points()
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