Home
last modified time | relevance | path

Searched refs:uxTaskPriorityGet (Results 1 – 4 of 4) sorted by relevance

/device/soc/esp/esp32/components/osal/include/esp_osal/
Dmpu_wrappers.h57 #define uxTaskPriorityGet MPU_uxTaskPriorityGet macro
Dtask.h966 UBaseType_t uxTaskPriorityGet( const TaskHandle_t xTask ) PRIVILEGED_FUNCTION;
/device/board/isoftstone/yangfan/common/mqtt/mqttclient_c/src/freertos/
DMQTTFreeRTOS.c25 …UBaseType_t uxTaskPriority = uxTaskPriorityGet(NULL); /* set the priority as the same as the calli… in ThreadStart()
/device/soc/esp/esp32/components/spi_flash/
Dcache_utils.c150 int old_prio = uxTaskPriorityGet(NULL); in spi_flash_disable_interrupts_caches_and_other_cpu()