Home
last modified time | relevance | path

Searched refs:portRESET_READY_PRIORITY (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.4.0/components/freertos/port/xtensa/include/freertos/
Dportmacro.h547 #define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( 1UL <… macro
/hal_espressif-3.4.0/components/freertos/
Dtasks.c175 #define portRESET_READY_PRIORITY( uxPriority, uxTopReadyPriority ) macro
207portRESET_READY_PRIORITY( ( uxPriority ), ( uxTopReadyPriority ) ); \
1919 portRESET_READY_PRIORITY( uxPriorityUsedOnEntry, uxTopReadyPriority ); in vTaskPrioritySet()
4732portRESET_READY_PRIORITY( pxMutexHolderTCB->uxPriority, uxTopReadyPriority ); in xTaskPriorityInherit()
4941 portRESET_READY_PRIORITY( pxTCB->uxPriority, uxTopReadyPriority ); in vTaskPriorityDisinheritAfterTimeout()
5973portRESET_READY_PRIORITY( pxCurrentTCB[xCoreID]->uxPriority, uxTopReadyPriority ); /*lint !e931 px… in prvAddCurrentTaskToDelayedList()