Home
last modified time | relevance | path

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

/bsp/acm32/acm32f4xx-nucleo/libraries/Device/
A DSystem_ACM32F4.c185 while(!(SCU->PLLCR & SCU_PLLCR_PLL_FREE_RUN)); in System_Clock_Init()
193 while(!(SCU->PLLCR & (SCU_PLLCR_PLL_FREE_RUN) ) ); in System_Clock_Init()
203 while(!(SCU->PLLCR & (SCU_PLLCR_PLL_FREE_RUN) ) ); in System_Clock_Init()
234 while(!(SCU->PLLCR & (SCU_PLLCR_PLL_FREE_RUN) )); in System_Clock_Init()
243 while(!(SCU->PLLCR & (SCU_PLLCR_PLL_FREE_RUN) ) ); in System_Clock_Init()
254 while(!(SCU->PLLCR & (SCU_PLLCR_PLL_FREE_RUN) ) ); in System_Clock_Init()
A DSystem_ACM32F4.h310 #define SCU_PLLCR_PLL_FREE_RUN BIT30 macro
/bsp/acm32/acm32f0x0-nucleo/libraries/Device/
A DSystem_ACM32F0x0.c160 while(!(SCU->PLLCR & (SCU_PLLCR_PLL_FREE_RUN) )) {} in System_Clock_Init()
172 while(!(SCU->PLLCR & (SCU_PLLCR_PLL_FREE_RUN) ) ); in System_Clock_Init()
A DSystem_ACM32F0x0.h396 #define SCU_PLLCR_PLL_FREE_RUN BIT30 macro

Completed in 16 milliseconds