Searched refs:rtos_prio (Results 1 – 2 of 2) sorted by relevance
88 #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) / \