Home
last modified time | relevance | path

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

/Kernel-v10.6.2/include/
Dmpu_wrappers.h148 #define xQueueIsQueueFullFromISR MPU_xQueueIsQueueFullFromISR macro
Dqueue.h1455 BaseType_t xQueueIsQueueFullFromISR( const QueueHandle_t xQueue ) PRIVILEGED_FUNCTION;
/Kernel-v10.6.2/
Dqueue.c2522 BaseType_t xQueueIsQueueFullFromISR( const QueueHandle_t xQueue ) in xQueueIsQueueFullFromISR() function
DHistory.txt2206 + Added new xQueueIsQueueEmptyFromISR(), xQueueIsQueueFullFromISR() and
/Kernel-v10.6.2/portable/Common/
Dmpu_wrappers_v2.c3144 xReturn = xQueueIsQueueFullFromISR( xInternalQueueHandle ); in MPU_xQueueIsQueueFullFromISR()