FreeRTOS
+
0
/1 examples
SourceVu will show references to
portMUX_INITIALIZE
from the following samples and libraries:
ESP-IDF
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/3)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FreeRTOS
portMUX_INITIALIZE
portMUX_INITIALIZE macro
Syntax
Show:
Summary
Declaration
from
portmacro.h:193
#define
portMUX_INITIALIZE
(
mux
)
spinlock_initialize
(
mux
)
Arguments
Argument
mux
Examples
portMUX_INITIALIZE
is referenced by 1 libraries and example projects:
ESP-IDF
References
from
0/1
examples
Code
Location
#define
portMUX_INITIALIZE
(
mux
)
spinlock_initialize
(
mux
)
/*< Initialize a spinlock to its unlocked state */
portmacro.h:193
portMUX_INITIALIZE
(
&
pxEventBits
->
xEventGroupLock
)
;
event_groups.c:140
portMUX_INITIALIZE
(
&
pxEventBits
->
xEventGroupLock
)
;
event_groups.c:194
portMUX_INITIALIZE
(
&
(
pxQueue
->
xQueueLock
)
)
;
queue.c:337
portMUX_INITIALIZE
(
&
(
pxNewQueue
->
xQueueLock
)
)
;
queue.c:646
portMUX_INITIALIZE
(
&
(
(
(
StreamBuffer_t
*
)
pucAllocatedMemory
)
->
xStreamBufferLock
)
)
;
stream_buffer.c:395
portMUX_INITIALIZE
(
&
(
pxStreamBuffer
->
xStreamBufferLock
)
)
;
stream_buffer.c:479
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out