ESP-IDF
adc2_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
adc2_lock
adc2_lock variable
Syntax
Show:
Summary
Declaration
from
adc_share_hw_ctrl.c:129
static
_lock_t
adc2_lock
;
Examples
References
from
examples
Code
Location
Referrer
static
_lock_t
adc2_lock
;
adc_share_hw_ctrl.c:129
_lock_acquire
(
&
adc2_lock
)
;
adc_share_hw_ctrl.c:138
adc_lock_acquire()
ESP_RETURN_ON_FALSE
(
(
(
uint32_t
*
)
adc2_lock
!=
NULL
)
,
ESP_ERR_INVALID_STATE
,
TAG
,
"adc2 lock release without acquiring"
)
;
adc_share_hw_ctrl.c:147
adc_lock_release()
_lock_release
(
&
adc2_lock
)
;
adc_share_hw_ctrl.c:148
adc_lock_release()
if
(
_lock_try_acquire
(
&
adc2_lock
)
==
-
1
)
{
adc_share_hw_ctrl.c:168
adc_lock_try_acquire()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
adc2_lock
is read by 1 function:
All items filtered out
adc2_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