Searched refs:configTIMER_QUEUE_LENGTH (Results 1 – 4 of 4) sorted by relevance
67 #define configTIMER_QUEUE_LENGTH 10U macro
237 #define configTIMER_QUEUE_LENGTH 10 macro
1130 …LEGED_DATA static uint8_t ucStaticTimerQueueStorage[ ( size_t ) configTIMER_QUEUE_LENGTH * sizeof(… in prvCheckForValidListAndQueue()1132 …xTimerQueue = xQueueCreateStatic( ( UBaseType_t ) configTIMER_QUEUE_LENGTH, ( UBaseType_t ) sizeof… in prvCheckForValidListAndQueue()1136 …xTimerQueue = xQueueCreate( ( UBaseType_t ) configTIMER_QUEUE_LENGTH, ( UBaseType_t ) sizeof( Daem… in prvCheckForValidListAndQueue()
522 #ifndef configTIMER_QUEUE_LENGTH523 #error If configUSE_TIMERS is set to 1 then configTIMER_QUEUE_LENGTH must also be defined.