Searched refs:APB_CLK_DIV_0 (Results 1 – 3 of 3) sorted by relevance
175 SCU->CCR2 = (SCU->CCR2 & (~0xFF)) | APB_CLK_DIV_0 | (lu32_DIV - 1); in System_Clock_Init()190 SCU->CCR2 = (SCU->CCR2 & (~0xFF)) | APB_CLK_DIV_0 | (lu32_DIV - 1); in System_Clock_Init()
44 #define APB_CLK_DIV_0 (0 << 8) macro
40 #define APB_CLK_DIV_0 (0 << 8) macro
Completed in 15 milliseconds