Home
last modified time | relevance | path

Searched refs:configTIMER_TASK_PRIORITY (Results 1 – 3 of 3) sorted by relevance

/SCP-firmware-master/product/rcar/scp_ramfw/
A DFreeRTOSConfig.h19 #define configTIMER_TASK_PRIORITY (configMAX_PRIORITIES - 1) macro
/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/Source/
A Dtimers.c279 ((UBaseType_t)configTIMER_TASK_PRIORITY) | portPRIVILEGE_BIT, in xTimerCreateTimerTask()
294 ((UBaseType_t)configTIMER_TASK_PRIORITY) | portPRIVILEGE_BIT, in xTimerCreateTimerTask()
/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/Source/include/
A DFreeRTOS.h268 # ifndef configTIMER_TASK_PRIORITY
269 #error If configUSE_TIMERS is set to 1 then configTIMER_TASK_PRIORITY must also be defined.

Completed in 18 milliseconds