Home
last modified time | relevance | path

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

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