Searched refs:configTIMER_QUEUE_LENGTH (Results 1 – 3 of 3) sorted by relevance
1008 …LEGED_DATA static uint8_t ucStaticTimerQueueStorage[ ( size_t ) configTIMER_QUEUE_LENGTH * sizeof(… in prvCheckForValidListAndQueue()1010 …xTimerQueue = xQueueCreateStatic( ( UBaseType_t ) configTIMER_QUEUE_LENGTH, ( UBaseType_t ) sizeof… in prvCheckForValidListAndQueue()1014 …xTimerQueue = xQueueCreate( ( UBaseType_t ) configTIMER_QUEUE_LENGTH, sizeof( DaemonTaskMessage_t … in prvCheckForValidListAndQueue()
282 #define configTIMER_QUEUE_LENGTH CONFIG_FREERTOS_TIMER_QUEUE_LENGTH macro
293 #ifndef configTIMER_QUEUE_LENGTH294 #error If configUSE_TIMERS is set to 1 then configTIMER_QUEUE_LENGTH must also be defined.