Searched refs:configUSE_TIMERS (Results 1 – 3 of 3) sorted by relevance
211 #ifndef configUSE_TIMERS212 #define configUSE_TIMERS 0 macro263 #if configUSE_TIMERS == 1266 #error If configUSE_TIMERS is set to 1 then configTIMER_TASK_PRIORITY must also be defined.270 #error If configUSE_TIMERS is set to 1 then configTIMER_QUEUE_LENGTH must also be defined.274 #error If configUSE_TIMERS is set to 1 then configTIMER_TASK_STACK_DEPTH must also be defined.
268 #define configUSE_TIMERS 0 macro
764 #if ( ( INCLUDE_xTaskGetSchedulerState == 1 ) || ( configUSE_TIMERS == 1 ) ) in xQueueGenericSend()1076 #if ( ( INCLUDE_xTaskGetSchedulerState == 1 ) || ( configUSE_TIMERS == 1 ) ) in xQueueReceive()1192 #if ( ( INCLUDE_xTaskGetSchedulerState == 1 ) || ( configUSE_TIMERS == 1 ) ) in xQueueSemaphoreTake()