Home
last modified time | relevance | path

Searched refs:xQueueCreateStatic (Results 1 – 2 of 2) sorted by relevance

/Kernel-v11.1.0/include/
Dqueue.h235 …#define xQueueCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxQueueBuffer ) xQueueG… macro
/Kernel-v11.1.0/
Dtimers.c1132 …xTimerQueue = xQueueCreateStatic( ( UBaseType_t ) configTIMER_QUEUE_LENGTH, ( UBaseType_t ) sizeof… in prvCheckForValidListAndQueue()