Searched refs:DEFAULT_SYSTEM_CLOCK (Results 1 – 13 of 13) sorted by relevance
138 #define DEFAULT_SYSTEM_CLOCK 20971520u /* Default System clock value */ macro
117 uint32_t SystemCoreClock = DEFAULT_SYSTEM_CLOCK;
71 #define DEFAULT_SYSTEM_CLOCK 48000000u /* Default System clock value */ macro
70 #define DEFAULT_SYSTEM_CLOCK 48000000u /* Default System clock value */ macro
149 uint32_t SystemCoreClock = DEFAULT_SYSTEM_CLOCK;
150 uint32_t SystemCoreClock = DEFAULT_SYSTEM_CLOCK;
404 #define DEFAULT_SYSTEM_CLOCK 1 macro
38 config DEFAULT_SYSTEM_CLOCK config
176 flls_frequency[which_fll] = DEFAULT_SYSTEM_CLOCK; //freq; in pi_fll_init()
97 if (false == System_Clock_Init(DEFAULT_SYSTEM_CLOCK)) in System_Init()
32 #define DEFAULT_SYSTEM_CLOCK (64000000) // 默认系统时钟为64MHz macro
89 if (false == System_Clock_Init(DEFAULT_SYSTEM_CLOCK)) in System_Init()
29 #define DEFAULT_SYSTEM_CLOCK (180000000) // system clock frequency, 32M/64M/120M/180M macro
Completed in 28 milliseconds