Searched defs:uxPriority (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.5.0/components/freertos/ |
D | croutine.c | 102 UBaseType_t uxPriority, in xCoRoutineCreate() 319 UBaseType_t uxPriority; in prvInitialiseCoRoutineLists() local
|
D | tasks.c | 138 #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/ |
D | freertos_linux.c | 134 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/ |
D | task.h | 146 UBaseType_t uxPriority; member 447 UBaseType_t uxPriority, in xTaskCreate() 616 UBaseType_t uxPriority, in xTaskCreateStatic()
|
D | croutine.h | 56 …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/ |
D | portmacro.h | 546 #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/ |
D | SEGGER_SYSVIEW_FreeRTOS.h | 218 #define traceTASK_PRIORITY_INHERIT( pxTCB, uxPriority ) SEGGER_SYSVIEW_RecordU32(apiF… argument
|