Searched refs:CyclesPerUs (Results 1 – 10 of 10) sorted by relevance
22 uint32_t CyclesPerUs = (__HSI / 1000000); /*!< Cycles per micro second */ variable63 CyclesPerUs = (SystemCoreClock + 500000) / 1000000; in SystemCoreClockUpdate()65 if (CyclesPerUs ==0) in SystemCoreClockUpdate()66 CyclesPerUs = 1; // avoid the SYSTICK cannot count to value in SystemCoreClockUpdate()
22 uint32_t CyclesPerUs = (__HSI / 1000000UL); /* Cycles per micro second */ variable59 CyclesPerUs = (SystemCoreClock + 500000UL) / 1000000UL; in SystemCoreClockUpdate()
21 uint32_t CyclesPerUs = (__HSI / 1000000UL); /* Cycles per micro second */ variable58 CyclesPerUs = (SystemCoreClock + 500000UL) / 1000000UL; in SystemCoreClockUpdate()
38 extern uint32_t CyclesPerUs; /*!< Cycles per micro second */
39 extern uint32_t CyclesPerUs; /*!< Cycles per micro second */
49 extern uint32_t CyclesPerUs; /*!< Cycles per micro second */
613 SysTick->LOAD = us * CyclesPerUs; in CLK_SysTickDelay()653 SysTick->LOAD = delay * CyclesPerUs; in CLK_SysTickLongDelay()
669 SysTick->LOAD = us * CyclesPerUs; in CLK_SysTickDelay()722 SysTick->LOAD = delay * CyclesPerUs; in CLK_SysTickLongDelay()
1165 SysTick->LOAD = us * CyclesPerUs;1216 SysTick->LOAD = u32Delay * CyclesPerUs;
1154 SysTick->LOAD = us * CyclesPerUs; in CLK_SysTickDelay()1194 SysTick->LOAD = u32Delay * CyclesPerUs; in CLK_SysTickLongDelay()