Home
last modified time | relevance | path

Searched refs:queueMUTEX_GIVE_BLOCK_TIME (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-2.7.6/components/freertos/
Dqueue.c82 #define queueMUTEX_GIVE_BLOCK_TIME ( ( TickType_t ) 0U ) macro
642 ( void ) xQueueGenericSend( pxMutex, NULL, queueMUTEX_GIVE_BLOCK_TIME, queueSEND_TO_BACK ); in xQueueGiveMutexRecursive()