Home
last modified time | relevance | path

Searched refs:cyclePerTick (Results 1 – 3 of 3) sorted by relevance

/kernel/uniproton/src/arch/cpu/armv7-m/common/tick/
Dprt_hw_tick.c38 OS_SEC_TEXT void OsTickStartRegSet(U16 tickHwTimerIndex, U32 cyclePerTick) in OsTickStartRegSet() argument
48 *(volatile U32 *)OS_SYSTICK_RELOAD_REG = cyclePerTick; in OsTickStartRegSet()
56 OS_SEC_L4_TEXT U32 OsTickTimerStartMx(U32 cyclePerTick) in OsTickTimerStartMx() argument
58 OsTickStartRegSet(0, cyclePerTick); in OsTickTimerStartMx()
/kernel/uniproton/src/arch/cpu/armv7-m/common/
Dos_cpu_armv7_m_external.h50 extern U32 OsTickTimerStartMx(U32 cyclePerTick);
53 #define OS_IS_TICK_PERIOD_INVALID(cyclePerTick) ((cyclePerTick) > 0x00FFFFFF || (cyclePerTick) == 0) argument
/kernel/uniproton/src/arch/include/
Dprt_cpu_external.h32 extern void OsTickStartRegSet(U16 tickHwTimerIndex, U32 cyclePerTick);