Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_free_rtos.h108 …(((UBaseType_t)configMAX_PRIORITIES - 1U) * (OSA_TASK_PRIORITY_MIN - osa_prio) / OSA_TASK_PRIORITY…
110 (OSA_TASK_PRIORITY_MIN * (((UBaseType_t)configMAX_PRIORITIES - 1U) - rtos_prio) / \
Dfsl_os_abstraction.h201 #ifndef OSA_TASK_PRIORITY_MIN
202 #define OSA_TASK_PRIORITY_MIN (15U) macro
209 #define OSA_TASK_PRIORITY_PERCENT(x) ((((OSA_TASK_PRIORITY_MIN - OSA_TASK_PRIORITY_MAX) * (100 - (x…
/hal_nxp-3.5.0/mcux/middleware/wireless/framework_5.3.3/OSAbstraction/Interface/
Dfsl_os_abstraction.h140 #define OSA_TASK_PRIORITY_MIN (15) macro