Home
last modified time | relevance | path

Searched refs:fu32_Clock (Results 1 – 4 of 4) sorted by relevance

/bsp/acm32/acm32f4xx-nucleo/libraries/Device/
A DSystem_ACM32F4.c137 bool System_Clock_Init(uint32_t fu32_Clock) in System_Clock_Init() argument
152 if (fu32_Clock <= 64000000) in System_Clock_Init()
160 if (fu32_Clock == 32000000) in System_Clock_Init()
162 gu32_SystemClock = fu32_Clock; in System_Clock_Init()
187 switch(fu32_Clock) in System_Clock_Init()
211 gu32_SystemClock = fu32_Clock; in System_Clock_Init()
236 switch(fu32_Clock) in System_Clock_Init()
263 gu32_SystemClock = fu32_Clock; in System_Clock_Init()
A DSystem_ACM32F4.h599 bool System_Clock_Init(uint32_t fu32_Clock);
/bsp/acm32/acm32f0x0-nucleo/libraries/Device/
A DSystem_ACM32F0x0.c114 bool System_Clock_Init(uint32_t fu32_Clock) in System_Clock_Init() argument
122 switch (fu32_Clock) in System_Clock_Init()
197 gu32_SystemClock = fu32_Clock; in System_Clock_Init()
198 gu32_APBClock = fu32_Clock; in System_Clock_Init()
A DSystem_ACM32F0x0.h648 bool System_Clock_Init(uint32_t fu32_Clock);

Completed in 19 milliseconds