Home
last modified time | relevance | path

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

/Kernel-v11.1.0/examples/coverity/
DFreeRTOSConfig.h67 #define configTIMER_QUEUE_LENGTH 10U macro
/Kernel-v11.1.0/examples/template_configuration/
DFreeRTOSConfig.h237 #define configTIMER_QUEUE_LENGTH 10 macro
/Kernel-v11.1.0/
Dtimers.c1130 …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()
/Kernel-v11.1.0/include/
DFreeRTOS.h522 #ifndef configTIMER_QUEUE_LENGTH
523 #error If configUSE_TIMERS is set to 1 then configTIMER_QUEUE_LENGTH must also be defined.