Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/
H A Dcmsis_liteos2.c514 UINT16 usRet; in osThreadGetPriority() local
522 usRet = LOS_TaskPriGet(pstTaskCB->taskID); in osThreadGetPriority()
524 if (usRet == (UINT16)OS_INVALID) { in osThreadGetPriority()
528 return (osPriority_t)(OS_TASK_PRIORITY_LOWEST - (usRet - LOS_PRIORITY_WIN)); in osThreadGetPriority()

Completed in 2 milliseconds