Searched refs:configTIMER_QUEUE_LENGTH (Results 1 – 4 of 4) sorted by relevance
67 #define configTIMER_QUEUE_LENGTH 10U macro
243 #define configTIMER_QUEUE_LENGTH 10 macro
1133 …LEGED_DATA static uint8_t ucStaticTimerQueueStorage[ ( size_t ) configTIMER_QUEUE_LENGTH * sizeof(… in prvCheckForValidListAndQueue()1135 …xTimerQueue = xQueueCreateStatic( ( UBaseType_t ) configTIMER_QUEUE_LENGTH, ( UBaseType_t ) sizeof… in prvCheckForValidListAndQueue()1139 …xTimerQueue = xQueueCreate( ( UBaseType_t ) configTIMER_QUEUE_LENGTH, ( UBaseType_t ) sizeof( Daem… in prvCheckForValidListAndQueue()
532 #ifndef configTIMER_QUEUE_LENGTH533 #error If configUSE_TIMERS is set to 1 then configTIMER_QUEUE_LENGTH must also be defined.
Completed in 29 milliseconds