Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_threadx.h45 #define PRIORITY_THREAD_TO_OSA(rtos_prio) \ argument
46 ((rtos_prio * ((OSA_TASK_PRIORITY_MIN - OSA_TASK_PRIORITY_MAX)) )/ \
Dfsl_os_abstraction_bm.h99 #define PRIORITY_RTOS_TO_OSA(rtos_prio) (rtos_prio) argument
Dfsl_os_abstraction_free_rtos.h109 #define PRIORITY_RTOS_TO_OSA(rtos_prio) \ argument
110 (OSA_TASK_PRIORITY_MIN * (((UBaseType_t)configMAX_PRIORITIES - 1U) - rtos_prio) / \