Home
last modified time | relevance | path

Searched refs:PRIORITY_RTOS_TO_OSA (Results 1 – 3 of 3) 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) macro
Dfsl_os_abstraction_free_rtos.h109 #define PRIORITY_RTOS_TO_OSA(rtos_prio) \ macro
Dfsl_os_abstraction_free_rtos.c238 return (osa_task_priority_t)(PRIORITY_RTOS_TO_OSA((uxTaskPriorityGet(ptask->taskHandle)))); in OSA_TaskGetPriority()