ESP-IDF
LUT_VREF_HIGH
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
LUT_VREF_HIGH
LUT_VREF_HIGH macro
Syntax
Show:
Summary
Declaration
from
adc_cali_line_fitting.c:71
#define
LUT_VREF_HIGH
1200
Examples
References
from
examples
Code
Location
#define
LUT_VREF_HIGH
1200
adc_cali_line_fitting.c:71
#define
LUT_VREF_HIGH
1200
esp_adc_cal_legacy.c:68
int
x2dist
=
LUT_VREF_HIGH
-
vref
;
//(x2 - x)
adc_cali_line_fitting.c:414
voltage
+=
(
(
LUT_VREF_HIGH
-
LUT_VREF_LOW
)
*
LUT_ADC_STEP_SIZE
)
/
2
;
//Integer division rounding
adc_cali_line_fitting.c:428
voltage
/=
(
(
LUT_VREF_HIGH
-
LUT_VREF_LOW
)
*
LUT_ADC_STEP_SIZE
)
;
//Divide by ((x2-x1)*(y2-y1))
adc_cali_line_fitting.c:429
int
x2dist
=
LUT_VREF_HIGH
-
vref
;
//(x2 - x)
esp_adc_cal_legacy.c:243
voltage
+=
(
(
LUT_VREF_HIGH
-
LUT_VREF_LOW
)
*
LUT_ADC_STEP_SIZE
)
/
2
;
//Integer division rounding
esp_adc_cal_legacy.c:257
voltage
/=
(
(
LUT_VREF_HIGH
-
LUT_VREF_LOW
)
*
LUT_ADC_STEP_SIZE
)
;
//Divide by ((x2-x1)*(y2-y1))
esp_adc_cal_legacy.c:258
Call Tree
from
examples
All items filtered out
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