ESP-IDF
lut_adc2_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_adc2_high
lut_adc2_high variable
Syntax
Show:
Summary
Declaration
from
adc_cali_line_fitting.c:99
static
const
uint32_t
lut_adc2_high
[
LUT_POINTS
]
=
{
2657
,
2698
,
2738
,
2774
,
2807
,
2838
,
2867
,
2894
,
2921
,
2946
,
2971
,
2996
,
3020
,
3043
,
3067
,
3092
,
3116
,
3139
,
3162
,
3185
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
uint32_t
lut_adc2_high
[
LUT_POINTS
]
=
{
2657
,
2698
,
2738
,
2774
,
2807
,
2838
,
2867
,
2894
,
2921
,
2946
,
adc_cali_line_fitting.c:99
chars
->
high_curve
=
(
config
->
unit_id
==
ADC_UNIT_1
)
?
lut_adc1_high
:
lut_adc2_high
;
adc_cali_line_fitting.c:195
adc_cali_create_scheme_line_fitting()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lut_adc2_high
is read by 1 function:
All items filtered out
lut_adc2_high
adc_cali_create_scheme_line_fitting()
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