Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/osal/include/esp_osal/
Dtask.h127 UBaseType_t uxPriority; member
387 UBaseType_t uxPriority, in xTaskCreate()
/device/soc/esp/esp32/components/osal/port/xtensa/include/esp_osal/
Dportmacro.h400 #define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1UL <… argument
401 #define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( 1UL <… argument
/device/soc/esp/esp32/components/osal/
Dtasks.c56 UBaseType_t uxPriority, in xTaskCreatePinnedToCore()