Home
last modified time | relevance | path

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

/SCP-firmware-master/product/rcar/scp_ramfw/
A DFreeRTOSConfig.h38 #define configUSE_PREEMPTION 0 macro
/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/Source/
A Dtasks.c60 #if (configUSE_PREEMPTION == 0)
2307 #if (configUSE_PREEMPTION != 0) in xTaskResumeAll()
2719 # if (configUSE_PREEMPTION == 1) in xTaskAbortDelay()
2835 #if (configUSE_PREEMPTION == 1) in xTaskIncrementTick()
2855 #if ((configUSE_PREEMPTION == 1) && (configUSE_TIME_SLICING == 1)) in xTaskIncrementTick()
2880 #if (configUSE_PREEMPTION == 1) in xTaskIncrementTick()
3445 #if (configUSE_PREEMPTION == 0) in portTASK_FUNCTION()
3455 #if ((configUSE_PREEMPTION == 1) && (configIDLE_SHOULD_YIELD == 1)) in portTASK_FUNCTION()
A Dqueue.c89 #if (configUSE_PREEMPTION == 0)
/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/Source/include/
A DFreeRTOS.h92 #ifndef configUSE_PREEMPTION
93 #error Missing definition: configUSE_PREEMPTION must be defined in FreeRTOSConfig.h as either 1 or…

Completed in 17 milliseconds