Home
last modified time | relevance | path

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

/Kernel-v11.1.0/include/
Dmpu_wrappers.h149 #define xQueueIsQueueEmptyFromISR MPU_xQueueIsQueueEmptyFromISR macro
Dqueue.h1463 BaseType_t xQueueIsQueueEmptyFromISR( const QueueHandle_t xQueue ) PRIVILEGED_FUNCTION;
/Kernel-v11.1.0/
Dqueue.c2635 BaseType_t xQueueIsQueueEmptyFromISR( const QueueHandle_t xQueue ) in xQueueIsQueueEmptyFromISR() function
DHistory.txt2375 + Added new xQueueIsQueueEmptyFromISR(), xQueueIsQueueFullFromISR() and
/Kernel-v11.1.0/portable/Common/
Dmpu_wrappers_v2.c3191 xReturn = xQueueIsQueueEmptyFromISR( xInternalQueueHandle ); in MPU_xQueueIsQueueEmptyFromISR()