ESP-IDF
lut_adc2_low
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
lut_adc2_low
lut_adc2_low variable
Syntax
Show:
Summary
Declaration
from
adc_cali_line_fitting.c:96
static
const
uint32_t
lut_adc2_low
[
LUT_POINTS
]
=
{
2238
,
2293
,
2347
,
2399
,
2451
,
2507
,
2561
,
2613
,
2662
,
2710
,
2754
,
2792
,
2831
,
2869
,
2904
,
2937
,
2968
,
2999
,
3029
,
3059
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
uint32_t
lut_adc2_low
[
LUT_POINTS
]
=
{
2238
,
2293
,
2347
,
2399
,
2451
,
2507
,
2561
,
2613
,
2662
,
2710
,
adc_cali_line_fitting.c:96
chars
->
low_curve
=
(
config
->
unit_id
==
ADC_UNIT_1
)
?
lut_adc1_low
:
lut_adc2_low
;
adc_cali_line_fitting.c:194
adc_cali_create_scheme_line_fitting()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lut_adc2_low
is read by 1 function:
All items filtered out
lut_adc2_low
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