Home
last modified time | relevance | path

Searched refs:configTIMER_QUEUE_LENGTH (Results 1 – 4 of 4) sorted by relevance

/FreeRTOS-Kernel/examples/coverity/
A DFreeRTOSConfig.h67 #define configTIMER_QUEUE_LENGTH 10U macro
/FreeRTOS-Kernel/examples/template_configuration/
A DFreeRTOSConfig.h243 #define configTIMER_QUEUE_LENGTH 10 macro
/FreeRTOS-Kernel/
A Dtimers.c1133 …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()
/FreeRTOS-Kernel/include/
A DFreeRTOS.h532 #ifndef configTIMER_QUEUE_LENGTH
533 #error If configUSE_TIMERS is set to 1 then configTIMER_QUEUE_LENGTH must also be defined.

Completed in 29 milliseconds