ESP-IDF
sdm_channel_t::spinlock
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_channel_t::spinlock
sdm_channel_t::spinlock field
Syntax
Show:
Summary
Declaration
from
sdm.c:72
portMUX_TYPE
spinlock
;
Examples
References
from
examples
Code
Location
Referrer
portMUX_TYPE
spinlock
;
// to protect per-channels resources concurrently accessed by task and ISR handler
sdm.c:72
chan
->
spinlock
=
(
portMUX_TYPE
)
portMUX_INITIALIZER_UNLOCKED
;
sdm.c:263
sdm_new_channel()
portENTER_CRITICAL_SAFE
(
&
chan
->
spinlock
)
;
sdm.c:323
sdm_channel_set_pulse_density()
portEXIT_CRITICAL_SAFE
(
&
chan
->
spinlock
)
;
sdm.c:325
sdm_channel_set_pulse_density()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdm_channel_t::spinlock
is written by 1 function:
sdm_new_channel()
All items filtered out
sdm_channel_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