Lines Matching refs:tick
114 STATIC UINT32 TickTimerCheck(const ArchTickTimer *tick)
116 if (tick == NULL) {
120 if ((tick->freq == 0) ||
122 (LOSCFG_BASE_CORE_TICK_PER_SECOND > tick->freq)) {
126 if (tick->irqNum > (INT32)LOSCFG_PLATFORM_HWI_LIMIT) {
130 if (tick->periodMax == 0) {
134 if ((tick->init == NULL) || (tick->reload == NULL) ||
135 (tick->lock == NULL) || (tick->unlock == NULL) ||
136 (tick->getCycle == NULL)) {
286 Description : get current tick
289 Return : current tick
298 Description : Get System cycle number corresponding to each tick
301 Return : cycle number corresponding to each tick