Home
last modified time | relevance | path

Searched refs:uxPriority (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-3.4.0/components/freertos/
Dcroutine.c68 …if( pxCRCB->uxPriority > uxTopCoRoutineReadyPriority ) …
70 …uxTopCoRoutineReadyPriority = pxCRCB->uxPriority; …
72 …vListInsertEnd( ( List_t * ) &( pxReadyCoRoutineLists[ pxCRCB->uxPriority ] ), &( pxCRCB->xGeneric…
102 UBaseType_t uxPriority, in xCoRoutineCreate() argument
122 if( uxPriority >= configMAX_CO_ROUTINE_PRIORITIES ) in xCoRoutineCreate()
124 uxPriority = configMAX_CO_ROUTINE_PRIORITIES - 1; in xCoRoutineCreate()
129 pxCoRoutine->uxPriority = uxPriority; in xCoRoutineCreate()
144 …xEventListItem ), ( ( TickType_t ) configMAX_CO_ROUTINE_PRIORITIES - ( TickType_t ) uxPriority ) ); in xCoRoutineCreate()
319 UBaseType_t uxPriority; in prvInitialiseCoRoutineLists() local
321 for( uxPriority = 0; uxPriority < configMAX_CO_ROUTINE_PRIORITIES; uxPriority++ ) in prvInitialiseCoRoutineLists()
[all …]
Dtasks.c138 #define taskRECORD_READY_PRIORITY( uxPriority ) \ argument
140 if( ( uxPriority ) > uxTopReadyPriority ) \
142 uxTopReadyPriority = ( uxPriority ); \
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
205 … if( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ ( uxPriority ) ] ) ) == ( UBaseType_t ) 0 ) \
207 … portRESET_READY_PRIORITY( ( uxPriority ), ( uxTopReadyPriority ) ); \
239 …taskRECORD_READY_PRIORITY( ( pxTCB )->uxPriority ); …
[all …]
/hal_espressif-3.4.0/components/freertos/include/freertos/
Dtask.h146 UBaseType_t uxPriority; member
348 UBaseType_t uxPriority,
447 UBaseType_t uxPriority, in xTaskCreate() argument
450 …return xTaskCreatePinnedToCore( pvTaskCode, pcName, usStackDepth, pvParameters, uxPriority, pxCrea… in xTaskCreate()
506 UBaseType_t uxPriority,
616 UBaseType_t uxPriority, in xTaskCreateStatic() argument
620 …ateStaticPinnedToCore( pvTaskCode, pcName, ulStackDepth, pvParameters, uxPriority, puxStackBuffer,… in xTaskCreateStatic()
Dcroutine.h56 …UBaseType_t uxPriority; /*< The priority of the co-routine in relation to other co-routines. … member
139 UBaseType_t uxPriority,
Dmpu_prototypes.h44 UBaseType_t uxPriority,
50 UBaseType_t uxPriority,
/hal_espressif-3.4.0/components/mdns/host_test/components/freertos_linux/
Dfreertos_linux.c134 UBaseType_t uxPriority, in xTaskCreatePinnedToCore() argument
138 xTaskCreate(pvTaskCode, pcName, usStackDepth, pvParameters, uxPriority, pvCreatedTask); in xTaskCreatePinnedToCore()
143 …e, const uint32_t usStackDepth, void * const pvParameters, UBaseType_t uxPriority, TaskHandle_t * … in xTaskCreate() argument
/hal_espressif-3.4.0/components/mdns/host_test/components/freertos_linux/include/freertos/
Dtask.h33 UBaseType_t uxPriority,
37 …e, const uint32_t usStackDepth, void * const pvParameters, UBaseType_t uxPriority, TaskHandle_t * …
/hal_espressif-3.4.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.4.0/components/app_trace/sys_view/Sample/OS/
DSEGGER_SYSVIEW_FreeRTOS.h218 #define traceTASK_PRIORITY_INHERIT( pxTCB, uxPriority ) SEGGER_SYSVIEW_RecordU32(apiF… argument
255 … pxNewTCB->uxPriority, \
265 … pxNewTCB->uxPriority, \
/hal_espressif-3.4.0/docs/zh_CN/api-guides/
DSYSVIEW_FreeRTOS.txt43 … pxTaskCode=%u pcName=%u usStackDepth=%u pvParameters=%u uxPriority=%u pxCreatedTask…
/hal_espressif-3.4.0/docs/en/api-guides/
DSYSVIEW_FreeRTOS.txt43 … pxTaskCode=%u pcName=%u usStackDepth=%u pvParameters=%u uxPriority=%u pxCreatedTask…
/hal_espressif-3.4.0/tools/esp_app_trace/
DSYSVIEW_FreeRTOS.txt43 … pxTaskCode=%u pcName=%u usStackDepth=%u pvParameters=%u uxPriority=%u pxCreatedTask…
/hal_espressif-3.4.0/examples/system/sysview_tracing/
DSYSVIEW_FreeRTOS.txt43 … pxTaskCode=%u pcName=%u usStackDepth=%u pvParameters=%u uxPriority=%u pxCreatedTask…
/hal_espressif-3.4.0/examples/system/sysview_tracing_heap_log/
DSYSVIEW_FreeRTOS.txt43 … pxTaskCode=%u pcName=%u usStackDepth=%u pvParameters=%u uxPriority=%u pxCreatedTask…