FreeRTOS
queueUNLOCKED
is only used within FreeRTOS.
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
STM32 Libraries and Samples
FreeRTOS
queueUNLOCKED
queueUNLOCKED macro
Syntax
Show:
Summary
Declaration
from
queue.c:52
#define
queueUNLOCKED
(
(
int8_t
)
-
1
)
Examples
References
from
examples
Code
Location
#define
queueUNLOCKED
(
(
int8_t
)
-
1
)
queue.c:52
if
(
(
pxQueue
)
->
cRxLock
==
queueUNLOCKED
)
\
queue.c:243
if
(
(
pxQueue
)
->
cTxLock
==
queueUNLOCKED
)
\
queue.c:247
pxQueue
->
cRxLock
=
queueUNLOCKED
;
queue.c:267
pxQueue
->
cTxLock
=
queueUNLOCKED
;
queue.c:268
if
(
cTxLock
==
queueUNLOCKED
)
queue.c:999
if
(
cTxLock
==
queueUNLOCKED
)
queue.c:1174
if
(
cRxLock
==
queueUNLOCKED
)
queue.c:1828
pxQueue
->
cTxLock
=
queueUNLOCKED
;
queue.c:2255
pxQueue
->
cRxLock
=
queueUNLOCKED
;
queue.c:2285
if
(
cTxLock
==
queueUNLOCKED
)
queue.c:2901
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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