Searched refs:__HSI (Results 1 – 3 of 3) sorted by relevance
43 #define __HSI (20000000UL) //高速内部时钟 macro68 uint32_t SystemCoreClock = __HSI; //System Clock Frequency (Core Clock)69 uint32_t CyclesPerUs = (__HSI / 1000000); //Cycles per micro second91 SystemCoreClock = __HSI*2; in SystemCoreClockUpdate()95 SystemCoreClock = __HSI; in SystemCoreClockUpdate()105 SystemCoreClock = __HSI; in SystemCoreClockUpdate()
42 #define __HSI (20000000UL) //高速内部时钟 macro68 uint32_t SystemCoreClock = __HSI; //System Clock Frequency (Core Clock)69 uint32_t CyclesPerUs = (__HSI / 1000000); //Cycles per micro second85 SystemCoreClock = __HSI*2; in SystemCoreClockUpdate()89 SystemCoreClock = __HSI; in SystemCoreClockUpdate()103 SystemCoreClock = __HSI; in SystemCoreClockUpdate()122 SystemCoreClock = __HSI; in SystemCoreClockUpdate()
51 #define __HSI (192000000UL) macro53 #define __SYSTEM_CLOCK (__HSI / 4)
Completed in 10 milliseconds