Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/mb/common/include/
Dmb_task.h34 #define MB_TASK_PRIORITY_BELOW (OS_THREAD_PRIORITY_MAX + 2) macro
/TwlSDK-5.4/build/libraries/mb/common/src/
Dmb_task.c221 else if (priority == MB_TASK_PRIORITY_BELOW) in MBi_SetTask()