Home
last modified time | relevance | path

Searched refs:configUSE_TIMERS (Results 1 – 5 of 5) sorted by relevance

/SCP-firmware-master/product/rcar/scp_ramfw/
A DFreeRTOSConfig.h18 #define configUSE_TIMERS 1 macro
39 #define configUSE_TIMERS 1 macro
/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/Source/include/
A DFreeRTOS.h210 #ifndef configUSE_TIMERS
211 # define configUSE_TIMERS 0 macro
266 #if configUSE_TIMERS == 1
269 #error If configUSE_TIMERS is set to 1 then configTIMER_TASK_PRIORITY must also be defined.
273 #error If configUSE_TIMERS is set to 1 then configTIMER_QUEUE_LENGTH must also be defined.
277 #error If configUSE_TIMERS is set to 1 then configTIMER_TASK_STACK_DEPTH must also be defined.
/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/Source/
A Dtimers.c42 #if (INCLUDE_xTimerPendFunctionCall == 1) && (configUSE_TIMERS == 0)
43 #error configUSE_TIMERS must be set to 1 to make the xTimerPendFunctionCall() function available.
56 #if (configUSE_TIMERS == 1)
A Dqueue.c814 #if ((INCLUDE_xTaskGetSchedulerState == 1) || (configUSE_TIMERS == 1)) in xQueueGenericSend()
1289 #if ((INCLUDE_xTaskGetSchedulerState == 1) || (configUSE_TIMERS == 1)) in xQueueReceive()
1411 #if ((INCLUDE_xTaskGetSchedulerState == 1) || (configUSE_TIMERS == 1)) in xQueueSemaphoreTake()
1606 #if ((INCLUDE_xTaskGetSchedulerState == 1) || (configUSE_TIMERS == 1)) in xQueuePeek()
2621 #if (configUSE_TIMERS == 1)
A Dtasks.c2068 #if (configUSE_TIMERS == 1) in vTaskStartScheduler()
3132 #if (configUSE_TIMERS == 1)
4041 #if ((INCLUDE_xTaskGetSchedulerState == 1) || (configUSE_TIMERS == 1))

Completed in 20 milliseconds