函数 | |
UINTPTR | LOS_Align (UINTPTR addr, UINT32 boundary) |
Align the value (addr) by some bytes (boundary) you specify. 更多... | |
VOID | LOS_Msleep (UINT32 msecs) |
Sleep the current task. 更多... | |
Align the value (addr) by some bytes (boundary) you specify.
addr | [IN] The variable what you want to align. |
boundary | [IN] The align size what you want to align. |
UINTPTR | The variable what have been aligned. |
在文件 los_misc.c 第 35 行定义.
VOID LOS_Msleep | ( | UINT32 | msecs | ) |
Sleep the current task.
msecs | [IN] Type UINT32 Number of MS for which the task is delayed. |
None |
在文件 los_misc.c 第 44 行定义.