ESP-IDF
adc1_dma_lock
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
adc1_dma_lock
adc1_dma_lock variable
Syntax
Show:
Summary
Declaration
from
adc_legacy.c:77
static
_lock_t
adc1_dma_lock
;
Examples
References
from
examples
Code
Location
Referrer
static
_lock_t
adc1_dma_lock
;
adc_legacy.c:77
SARADC1_ACQUIRE
(
)
;
adc_legacy.c:344
adc1_dma_mode_acquire()
SARADC1_ACQUIRE
(
)
;
adc_legacy.c:361
adc1_rtc_mode_acquire()
ESP_RETURN_ON_FALSE
(
(
uint32_t
*
)
adc1_dma_lock
!=
NULL
,
ESP_ERR_INVALID_STATE
,
ADC_TAG
,
"adc1 lock release called before acquire"
)
;
adc_legacy.c:374
adc1_lock_release()
SARADC1_RELEASE
(
)
;
adc_legacy.c:378
adc1_lock_release()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
adc1_dma_lock
is read by 1 function:
All items filtered out
adc1_dma_lock
adc1_lock_release()
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