ESP-IDF
sdm_group_t::spinlock
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/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
sdm_group_t::spinlock
sdm_group_t::spinlock field
Syntax
Show:
Summary
Declaration
from
sdm.c:56
portMUX_TYPE
spinlock
;
Examples
References
from
examples
Code
Location
Referrer
portMUX_TYPE
spinlock
;
// to protect per-group register level concurrent access
sdm.c:56
group
->
spinlock
=
(
portMUX_TYPE
)
portMUX_INITIALIZER_UNLOCKED
;
sdm.c:97
sdm_acquire_group_handle()
portENTER_CRITICAL
(
&
group
->
spinlock
)
;
sdm.c:150
sdm_register_to_group()
portEXIT_CRITICAL
(
&
group
->
spinlock
)
;
sdm.c:158
sdm_register_to_group()
portENTER_CRITICAL
(
&
group
->
spinlock
)
;
sdm.c:175
sdm_unregister_from_group()
portEXIT_CRITICAL
(
&
group
->
spinlock
)
;
sdm.c:177
sdm_unregister_from_group()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdm_group_t::spinlock
is written by 1 function:
sdm_acquire_group_handle()
All items filtered out
sdm_group_t::spinlock
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