ESP-IDF
adc1_lock
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
adc1_lock
adc1_lock variable
Syntax
Show:
Summary
Declaration
from
adc_share_hw_ctrl.c:128
static
_lock_t
adc1_lock
;
Examples
References
from
examples
Code
Location
Referrer
static
_lock_t
adc1_lock
;
adc_share_hw_ctrl.c:128
_lock_acquire
(
&
adc1_lock
)
;
adc_share_hw_ctrl.c:134
adc_lock_acquire()
ESP_RETURN_ON_FALSE
(
(
(
uint32_t
*
)
adc1_lock
!=
NULL
)
,
ESP_ERR_INVALID_STATE
,
TAG
,
"adc1 lock release without acquiring"
)
;
adc_share_hw_ctrl.c:152
adc_lock_release()
_lock_release
(
&
adc1_lock
)
;
adc_share_hw_ctrl.c:153
adc_lock_release()
if
(
_lock_try_acquire
(
&
adc1_lock
)
==
-
1
)
{
adc_share_hw_ctrl.c:162
adc_lock_try_acquire()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
adc1_lock
is read by 1 function:
All items filtered out
adc1_lock
adc_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