ESP-IDF
SOC_ADC_SAMPLE_FREQ_THRES_HIGH
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
SOC_ADC_SAMPLE_FREQ_THRES_HIGH
SOC_ADC_SAMPLE_FREQ_THRES_HIGH macro
Syntax
Show:
Summary
Declaration
from
soc_caps.h:138
#define
SOC_ADC_SAMPLE_FREQ_THRES_HIGH
(
2
*
1000
*
1000
)
Examples
References
from
examples
Code
Location
#define
SOC_ADC_SAMPLE_FREQ_THRES_HIGH
(
2
*
1000
*
1000
)
soc_caps.h:138
ESP_RETURN_ON_FALSE
(
config
->
sample_freq_hz
<=
SOC_ADC_SAMPLE_FREQ_THRES_HIGH
&&
config
->
sample_freq_hz
>=
SOC_ADC_SAMPLE_FREQ_THRES_LOW
,
ESP_ERR_INVALID_ARG
,
ADC_TAG
,
"ADC sampling frequency out of range"
)
;
adc_continuous.c:468
ESP_RETURN_ON_FALSE
(
config
->
sample_freq_hz
<=
SOC_ADC_SAMPLE_FREQ_THRES_HIGH
&&
config
->
sample_freq_hz
>=
SOC_ADC_SAMPLE_FREQ_THRES_LOW
,
ESP_ERR_INVALID_ARG
,
ADC_TAG
,
"ADC sampling frequency out of range"
)
;
adc_dma_legacy.c:580
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