Home
last modified time | relevance | path

Searched refs:LOS_PRIORITY_WIN (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/
H A Dcmsis_liteos2.c63 #define LOS_PRIORITY_WIN 8 macro
330 stTskInitParam.usTaskPrio = OS_TASK_PRIORITY_LOWEST - ((UINT16)(attr->priority) - LOS_PRIORITY_WIN); /* 0~31 */ in osThreadNew()
495 usPriority = OS_TASK_PRIORITY_LOWEST - ((UINT16)priority - LOS_PRIORITY_WIN); in osThreadSetPriority()
528 return (osPriority_t)(OS_TASK_PRIORITY_LOWEST - (usRet - LOS_PRIORITY_WIN)); in osThreadGetPriority()

Completed in 2 milliseconds