Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_threadx.h36 #define PRIORITY_OSA_TO_THREAD(osa_prio) ((UINT)TX_MAX_PRIORITIES - (osa_prio)-2U) argument
Dfsl_os_abstraction_bm.h87 #define PRIORITY_OSA_TO_RTOS(osa_prio) (osa_prio) argument
Dfsl_os_abstraction_free_rtos.h107 #define PRIORITY_OSA_TO_RTOS(osa_prio) \ argument
108 …(((UBaseType_t)configMAX_PRIORITIES - 1U) * (OSA_TASK_PRIORITY_MIN - osa_prio) / OSA_TASK_PRIORITY…