queueMUTEX_GIVE_BLOCK_TIME is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

queueMUTEX_GIVE_BLOCK_TIME macro

Syntax

#define queueMUTEX_GIVE_BLOCK_TIME ( ( TickType_t ) 0U )

References

LocationText
queue.c:82
#define queueMUTEX_GIVE_BLOCK_TIME ( ( TickType_t ) 0U )
queue.c:618
( void ) xQueueGenericSend( pxMutex, NULL, queueMUTEX_GIVE_BLOCK_TIME, queueSEND_TO_BACK );