Home
last modified time | relevance | path

Searched defs:uxPriority (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.5.0/components/freertos/
Dcroutine.c102 UBaseType_t uxPriority, in xCoRoutineCreate()
319 UBaseType_t uxPriority; in prvInitialiseCoRoutineLists() local
Dtasks.c138 #define taskRECORD_READY_PRIORITY( uxPriority ) \ argument
174 #define taskRESET_READY_PRIORITY( uxPriority ) argument
175 #define portRESET_READY_PRIORITY( uxPriority, uxTopReadyPriority ) argument
184 …#define taskRECORD_READY_PRIORITY( uxPriority ) portRECORD_READY_PRIORITY( uxPriority, uxTopRea… argument
203 …#define taskRESET_READY_PRIORITY( uxPriority ) … argument
288 …UBaseType_t uxPriority; /*< The priority of the task. 0 is the lowest priorit… member
638 void taskYIELD_OTHER_CORE( BaseType_t xCoreID, UBaseType_t uxPriority ) in taskYIELD_OTHER_CORE()
668 UBaseType_t uxPriority, in xTaskCreateStaticPinnedToCore()
826 UBaseType_t uxPriority, in xTaskCreatePinnedToCore()
918 UBaseType_t uxPriority, in prvInitialiseNewTask()
[all …]
/hal_espressif-3.5.0/components/mdns/host_test/components/freertos_linux/
Dfreertos_linux.c134 UBaseType_t uxPriority, in xTaskCreatePinnedToCore()
143 … pcName, const uint32_t usStackDepth, void * const pvParameters, UBaseType_t uxPriority, TaskHandl… in xTaskCreate()
/hal_espressif-3.5.0/components/freertos/include/freertos/
Dtask.h146 UBaseType_t uxPriority; member
447 UBaseType_t uxPriority, in xTaskCreate()
616 UBaseType_t uxPriority, in xTaskCreateStatic()
Dcroutine.h56 …UBaseType_t uxPriority; /*< The priority of the co-routine in relation to other co-routines. … member
/hal_espressif-3.5.0/components/freertos/port/xtensa/include/freertos/
Dportmacro.h546 #define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1UL <… argument
547 #define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( 1UL <… argument
/hal_espressif-3.5.0/components/app_trace/sys_view/Sample/OS/
DSEGGER_SYSVIEW_FreeRTOS.h218 #define traceTASK_PRIORITY_INHERIT( pxTCB, uxPriority ) SEGGER_SYSVIEW_RecordU32(apiF… argument