Tick
[Kernel]


宏定义

#define  LOS_ERRNO_TICK_CFG_INVALID   LOS_ERRNO_OS_ERROR(LOS_MOD_TICK, 0x00)
  Tick error code: The Tick configuration is incorrect.
#define  LOS_ERRNO_TICK_NO_HWTIMER   LOS_ERRNO_OS_ERROR(LOS_MOD_TICK, 0x01)
  Tick error code: This error code is not in use temporarily.
#define  LOS_ERRNO_TICK_PER_SEC_TOO_SMALL   LOS_ERRNO_OS_ERROR(LOS_MOD_TICK, 0x02)
  Tick error code: The number of Ticks is too small.

函数

UINT32  LOS_SysClockGet (void)
  : System clock get function.