Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c156 static uint32_t txfr_prio_fr_to_tx(uint32_t prio) in txfr_prio_fr_to_tx() function
365 prio = txfr_prio_fr_to_tx(uxPriority); in xTaskCreateStatic()
447 prio = txfr_prio_fr_to_tx(uxPriority); in xTaskCreate()
651 priority = txfr_prio_fr_to_tx(priority); in vTaskPrioritySet()