Home
last modified time | relevance | path

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

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