Searched refs:rtos_prio (Results 1 – 3 of 3) sorted by relevance
45 #define PRIORITY_THREAD_TO_OSA(rtos_prio) \ argument46 ((rtos_prio * ((OSA_TASK_PRIORITY_MIN - OSA_TASK_PRIORITY_MAX)) )/ \
99 #define PRIORITY_RTOS_TO_OSA(rtos_prio) (rtos_prio) argument
109 #define PRIORITY_RTOS_TO_OSA(rtos_prio) \ argument110 (OSA_TASK_PRIORITY_MIN * (((UBaseType_t)configMAX_PRIORITIES - 1U) - rtos_prio) / \