Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/include/
A Dqueue.h346 xQueueGenericSend( ( xQueue ), ( pvItemToQueue ), ( xTicksToWait ), queueSEND_TO_FRONT )
429 xQueueGenericSend( ( xQueue ), ( pvItemToQueue ), ( xTicksToWait ), queueSEND_TO_BACK )
514 xQueueGenericSend( ( xQueue ), ( pvItemToQueue ), ( xTicksToWait ), queueSEND_TO_BACK )
598 xQueueGenericSend( ( xQueue ), ( pvItemToQueue ), 0, queueOVERWRITE )
686 BaseType_t xQueueGenericSend( QueueHandle_t xQueue,
A Dsemphr.h460 #define xSemaphoreGive( xSemaphore ) xQueueGenericSend( ( QueueHandle_t ) ( xSemaphore ), NULL, …
A Dmpu_wrappers.h123 #define xQueueGenericSend MPU_xQueueGenericSend macro
/FreeRTOS-Kernel/
A Dqueue.c634 ( void ) xQueueGenericSend( pxNewQueue, NULL, ( TickType_t ) 0U, queueSEND_TO_BACK ); in prvInitialiseMutex()
790 … ( void ) xQueueGenericSend( pxMutex, NULL, queueMUTEX_GIVE_BLOCK_TIME, queueSEND_TO_BACK ); in xQueueGiveMutexRecursive()
949 BaseType_t xQueueGenericSend( QueueHandle_t xQueue, in xQueueGenericSend() function
A DHistory.txt2013 after the call to xQueueGenericSend() [within the same function] to before
2571 + Corrected the prototype for xQueueGenericSend() within queue.h.
/FreeRTOS-Kernel/portable/Common/
A Dmpu_wrappers.c1173 xReturn = xQueueGenericSend( xQueue, pvItemToQueue, xTicksToWait, xCopyPosition ); in MPU_xQueueGenericSend()
1181 xReturn = xQueueGenericSend( xQueue, pvItemToQueue, xTicksToWait, xCopyPosition ); in MPU_xQueueGenericSend()
A Dmpu_wrappers_v2.c2218 … xReturn = xQueueGenericSend( xInternalQueueHandle, pvItemToQueue, xTicksToWait, xCopyPosition ); in MPU_xQueueGenericSendImpl()

Completed in 34 milliseconds