函数 | |
VOID | OsTickHandler (VOID) |
Handle the system tick timeout. 更多... | |
VOID | LOS_GetCpuCycle (UINT32 *puwCntHi, UINT32 *puwCntLo) |
Obtain system cycle count. 更多... | |
UINT64 | LOS_CurrNanosec (VOID) |
Obtain system time in nanoseconds. 更多... | |
VOID | LOS_Udelay (UINT32 usecs) |
spinning-delay in microsecond (us). 更多... | |
VOID | LOS_Mdelay (UINT32 usecs) |
spinning-delay in millisecond (ms). 更多... | |
变量 | |
DOUBLE | g_cycle2NsScale |
周期转纳秒级 更多... | |
UINT64 LOS_CurrNanosec | ( | VOID | ) |
Obtain system time in nanoseconds.
None. |
UINT64 | system time in nanoseconds. |
Obtain system time in nanoseconds.
在文件 los_hw_tick.c 第 62 行定义.
Obtain system cycle count.
puwCntHi | [OUT] Type UINT32 Pointer to the higher 32bit of cycles to be obtained. |
puwCntLo | [OUT] Type UINT32 Pointer to the lower 32bit of cycles to be obtained. |
None. |
Obtain system cycle count.
在文件 los_hw_tick.c 第 54 行定义.
VOID LOS_Mdelay | ( | UINT32 | msecs | ) |
spinning-delay in millisecond (ms).
UINT32 | millisecond needs to delay. |
None. |
spinning-delay in millisecond (ms).
在文件 los_hw_tick.c 第 73 行定义.
VOID LOS_Udelay | ( | UINT32 | usecs | ) |
spinning-delay in microsecond (us).
UINT32 | microsecond needs to delay. |
None. |
spinning-delay in microsecond (us).
在文件 los_hw_tick.c 第 68 行定义.
VOID OsTickHandler | ( | VOID | ) |
Handle the system tick timeout.
none. |
None. |
在文件 los_tick.c 第 50 行定义.
|
extern |