Home
last modified time | relevance | path

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

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