Home
last modified time | relevance | path

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

/Kernel-v11.0.1/include/
Dmpu_wrappers.h150 #define xQueueIsQueueFullFromISR MPU_xQueueIsQueueFullFromISR macro
Dqueue.h1464 BaseType_t xQueueIsQueueFullFromISR( const QueueHandle_t xQueue ) PRIVILEGED_FUNCTION;
/Kernel-v11.0.1/
Dqueue.c2668 BaseType_t xQueueIsQueueFullFromISR( const QueueHandle_t xQueue ) in xQueueIsQueueFullFromISR() function
DHistory.txt2298 + Added new xQueueIsQueueEmptyFromISR(), xQueueIsQueueFullFromISR() and
/Kernel-v11.0.1/portable/Common/
Dmpu_wrappers_v2.c3208 xReturn = xQueueIsQueueFullFromISR( xInternalQueueHandle ); in MPU_xQueueIsQueueFullFromISR()