ESP-IDF
LUT_ENABLED
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_ENABLED
LUT_ENABLED macro
Syntax
Show:
Summary
Declaration
from
adc_cali_line_fitting.c:34
#define
LUT_ENABLED
1
Examples
References
from
examples
Code
Location
#define
LUT_ENABLED
1
adc_cali_line_fitting.c:34
#define
LUT_ENABLED
1
esp_adc_cal_legacy.c:31
if
(
LUT_ENABLED
&&
config
->
atten
==
ADC_ATTEN_DB_12
)
{
adc_cali_line_fitting.c:193
if
(
LUT_ENABLED
&&
(
ctx
->
atten
==
ADC_ATTEN_DB_12
)
&&
(
raw
>=
LUT_LOW_THRESH
)
)
{
//Check if in non-linear region
adc_cali_line_fitting.c:254
if
(
LUT_ENABLED
&&
atten
==
ADC_ATTEN_DB_12
)
{
esp_adc_cal_legacy.c:319
if
(
LUT_ENABLED
&&
(
chars
->
atten
==
ADC_ATTEN_DB_12
)
&&
(
adc_reading
>=
LUT_LOW_THRESH
)
)
{
//Check if in non-linear region
esp_adc_cal_legacy.c:339
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