Home
last modified time | relevance | path

Searched refs:CyclesPerUs (Results 1 – 10 of 10) sorted by relevance

/hal_nuvoton-latest/m2l31x/Devices/M2L31/Source/
Dsystem_M2L31.c22 uint32_t CyclesPerUs = (__HSI / 1000000); /*!< Cycles per micro second */ variable
63 CyclesPerUs = (SystemCoreClock + 500000) / 1000000; in SystemCoreClockUpdate()
65 if (CyclesPerUs ==0) in SystemCoreClockUpdate()
66 CyclesPerUs = 1; // avoid the SYSTICK cannot count to value in SystemCoreClockUpdate()
/hal_nuvoton-latest/m48x/Devices/M480/Source/
Dsystem_M480.c22 uint32_t CyclesPerUs = (__HSI / 1000000UL); /* Cycles per micro second */ variable
59 CyclesPerUs = (SystemCoreClock + 500000UL) / 1000000UL; in SystemCoreClockUpdate()
/hal_nuvoton-latest/m46x/Devices/M460/Source/
Dsystem_M460.c21 uint32_t CyclesPerUs = (__HSI / 1000000UL); /* Cycles per micro second */ variable
58 CyclesPerUs = (SystemCoreClock + 500000UL) / 1000000UL; in SystemCoreClockUpdate()
/hal_nuvoton-latest/m48x/Devices/M480/Include/
Dsystem_M480.h38 extern uint32_t CyclesPerUs; /*!< Cycles per micro second */
/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
Dsystem_M2L31.h39 extern uint32_t CyclesPerUs; /*!< Cycles per micro second */
/hal_nuvoton-latest/m46x/Devices/M460/Include/
Dsystem_m460.h49 extern uint32_t CyclesPerUs; /*!< Cycles per micro second */
/hal_nuvoton-latest/m48x/StdDriver/inc/
Dclk.h613 SysTick->LOAD = us * CyclesPerUs; in CLK_SysTickDelay()
653 SysTick->LOAD = delay * CyclesPerUs; in CLK_SysTickLongDelay()
/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Dclk.h669 SysTick->LOAD = us * CyclesPerUs; in CLK_SysTickDelay()
722 SysTick->LOAD = delay * CyclesPerUs; in CLK_SysTickLongDelay()
/hal_nuvoton-latest/dts/m46x/
Dclk.h1165 SysTick->LOAD = us * CyclesPerUs;
1216 SysTick->LOAD = u32Delay * CyclesPerUs;
/hal_nuvoton-latest/m46x/StdDriver/inc/
Dclk.h1154 SysTick->LOAD = us * CyclesPerUs; in CLK_SysTickDelay()
1194 SysTick->LOAD = u32Delay * CyclesPerUs; in CLK_SysTickLongDelay()