FreeRTOS
prvIncrementQueueTxLock
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading (1/3)...
Files
loading (1/3)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FreeRTOS
prvIncrementQueueTxLock
prvIncrementQueueTxLock macro
Syntax
Show:
Summary
Declaration
from
queue.c:300
#define
prvIncrementQueueTxLock
(
pxQueue
,
cTxLock
)
\
{
\
const
UBaseType_t
uxNumberOfTasks
=
uxTaskGetNumberOfTasks
(
)
;
\
if
(
(
UBaseType_t
)
(
cTxLock
)
<
uxNumberOfTasks
)
\
{
\
configASSERT
(
(
cTxLock
)
!=
queueINT8_MAX
)
;
\
(
pxQueue
)
->
cTxLock
=
(
int8_t
)
(
(
cTxLock
)
+
(
int8_t
)
1
)
;
\
}
\
}
Arguments
Argument
pxQueue
cTxLock
Examples
References
from
examples
Code
Location
#define
prvIncrementQueueTxLock
(
pxQueue
,
cTxLock
)
\
queue.c:300
prvIncrementQueueTxLock
(
pxQueue
,
cTxLock
)
;
queue.c:1326
prvIncrementQueueTxLock
(
pxQueue
,
cTxLock
)
;
queue.c:1502
prvIncrementQueueTxLock
(
pxQueueSetContainer
,
cTxLock
)
;
queue.c:3405
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