Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_bm.h88 #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) / \