Searched refs:cyclePerTick (Results 1 – 3 of 3) sorted by relevance
38 OS_SEC_TEXT void OsTickStartRegSet(U16 tickHwTimerIndex, U32 cyclePerTick) in OsTickStartRegSet() argument48 *(volatile U32 *)OS_SYSTICK_RELOAD_REG = cyclePerTick; in OsTickStartRegSet()56 OS_SEC_L4_TEXT U32 OsTickTimerStartMx(U32 cyclePerTick) in OsTickTimerStartMx() argument58 OsTickStartRegSet(0, cyclePerTick); in OsTickTimerStartMx()
50 extern U32 OsTickTimerStartMx(U32 cyclePerTick);53 #define OS_IS_TICK_PERIOD_INVALID(cyclePerTick) ((cyclePerTick) > 0x00FFFFFF || (cyclePerTick) == 0) argument
32 extern void OsTickStartRegSet(U16 tickHwTimerIndex, U32 cyclePerTick);