Home
last modified time | relevance | path

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

/bsp/synwit/libraries/SWM320_CSL/CMSIS/DeviceSupport/
A Dsystem_SWM320.c43 #define __HSI (20000000UL) //高速内部时钟 macro
68 uint32_t SystemCoreClock = __HSI; //System Clock Frequency (Core Clock)
69 uint32_t CyclesPerUs = (__HSI / 1000000); //Cycles per micro second
91 SystemCoreClock = __HSI*2; in SystemCoreClockUpdate()
95 SystemCoreClock = __HSI; in SystemCoreClockUpdate()
105 SystemCoreClock = __HSI; in SystemCoreClockUpdate()
/bsp/synwit/libraries/SWM341_CSL/CMSIS/DeviceSupport/
A Dsystem_SWM341.c42 #define __HSI (20000000UL) //高速内部时钟 macro
68 uint32_t SystemCoreClock = __HSI; //System Clock Frequency (Core Clock)
69 uint32_t CyclesPerUs = (__HSI / 1000000); //Cycles per micro second
85 SystemCoreClock = __HSI*2; in SystemCoreClockUpdate()
89 SystemCoreClock = __HSI; in SystemCoreClockUpdate()
103 SystemCoreClock = __HSI; in SystemCoreClockUpdate()
122 SystemCoreClock = __HSI; in SystemCoreClockUpdate()
/bsp/yichip/yc3122-pos/Libraries/CMSIS/Device/YICHIP/YC3122/Source/Templates/
A Dsystem_yc3122.c51 #define __HSI (192000000UL) macro
53 #define __SYSTEM_CLOCK (__HSI / 4)

Completed in 10 milliseconds