Home
last modified time | relevance | path

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

/Kernel-v10.6.2/include/
HDmpu_wrappers.h147 #define xQueueIsQueueEmptyFromISR MPU_xQueueIsQueueEmptyFromISR macro
HDqueue.h1454 BaseType_t xQueueIsQueueEmptyFromISR( const QueueHandle_t xQueue ) PRIVILEGED_FUNCTION;
/Kernel-v10.6.2/
HDqueue.c2481 BaseType_t xQueueIsQueueEmptyFromISR( const QueueHandle_t xQueue ) in xQueueIsQueueEmptyFromISR() function
HDHistory.txt2206 + Added new xQueueIsQueueEmptyFromISR(), xQueueIsQueueFullFromISR() and
/Kernel-v10.6.2/portable/Common/
HDmpu_wrappers_v2.c3122 xReturn = xQueueIsQueueEmptyFromISR( xInternalQueueHandle ); in MPU_xQueueIsQueueEmptyFromISR()