Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/include/
A Dmpu_wrappers.h162 #define xQueueIsQueueEmptyFromISR MPU_xQueueIsQueueEmptyFromISR macro
A Dqueue.h1463 BaseType_t xQueueIsQueueEmptyFromISR( const QueueHandle_t xQueue ) PRIVILEGED_FUNCTION;
/FreeRTOS-Kernel/
A Dqueue.c2638 BaseType_t xQueueIsQueueEmptyFromISR( const QueueHandle_t xQueue ) in xQueueIsQueueEmptyFromISR() function
A DHistory.txt2510 + Added new xQueueIsQueueEmptyFromISR(), xQueueIsQueueFullFromISR() and
/FreeRTOS-Kernel/portable/Common/
A Dmpu_wrappers_v2.c3224 xReturn = xQueueIsQueueEmptyFromISR( xInternalQueueHandle ); in MPU_xQueueIsQueueEmptyFromISR()

Completed in 25 milliseconds