| /bsp/mm32/mm32f3270-100ask-pitaya/board/ |
| A D | board.h | 53 #define RCC_CFGR_SWS_PLL 0x00000008U /*!< PLL used as sys… macro 58 #define RCC_SYSCLKSOURCE_STATUS_PLLCLK RCC_CFGR_SWS_PLL /*!< PLL used as system clo…
|
| /bsp/ft32/libraries/FT32F0xx/CMSIS/FT32F0xx/source/ |
| A D | system_ft32f0xx.c | 387 while ((RCC->CFGR & (uint32_t)RCC_CFGR_SWS) != (uint32_t)RCC_CFGR_SWS_PLL) in SetSysClockTo24() 456 while ((RCC->CFGR & (uint32_t)RCC_CFGR_SWS) != (uint32_t)RCC_CFGR_SWS_PLL) in SetSysClockTo36() 525 while ((RCC->CFGR & (uint32_t)RCC_CFGR_SWS) != (uint32_t)RCC_CFGR_SWS_PLL) in SetSysClockTo48() 594 while ((RCC->CFGR & (uint32_t)RCC_CFGR_SWS) != (uint32_t)RCC_CFGR_SWS_PLL) in SetSysClockTo56() 663 while ((RCC->CFGR & (uint32_t)RCC_CFGR_SWS) != (uint32_t)RCC_CFGR_SWS_PLL) in SetSysClockTo72() 732 while ((RCC->CFGR & (uint32_t)RCC_CFGR_SWS) != (uint32_t)RCC_CFGR_SWS_PLL) in SetSysClockTo96()
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/CMSIS/HK32F0xx/Source/ |
| A D | system_hk32f0xx.c | 317 while ((RCC->CFGR & (uint32_t)RCC_CFGR_SWS) != (uint32_t)RCC_CFGR_SWS_PLL) in SetSysClock()
|
| /bsp/mm32f327x/Libraries/MM32F327x/Source/ |
| A D | system_mm32f327x.c | 648 while ((RCC->CFGR & (u32)RCC_CFGR_SWS) != (u32)RCC_CFGR_SWS_PLL) { in SetSysClockToXX() 835 while ((RCC->CFGR & (u32)RCC_CFGR_SWS) != (u32)RCC_CFGR_SWS_PLL) { in SetSysClockToXX_HSI()
|
| /bsp/mm32f327x/Libraries/MM32F327x/Include/ |
| A D | reg_rcc.h | 144 #define RCC_CFGR_SWS_PLL (0x02U << RCC_CFGR_SWS_Pos) ///< PLL used as sy… macro
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/ |
| A D | hal_rcc.c | 423 case RCC_CFGR_SWS_PLL: in RCC_GetSysClockFreq()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_ll_rcc.h | 207 #define LL_RCC_SYS_CLKSOURCE_STATUS_PLL RCC_CFGR_SWS_PLL /*!< PLL used as system clock */
|
| A D | stm32l1xx_hal_rcc.h | 451 #define RCC_SYSCLKSOURCE_STATUS_PLLCLK RCC_CFGR_SWS_PLL /*!< PLL used as system clock …
|
| /bsp/ft32/libraries/FT32F0xx/CMSIS/FT32F0xx/Include/ |
| A D | ft32f030x6.h | 2279 #define RCC_CFGR_SWS_PLL ((uint32_t)0x00000008) /*!< PLL used as system … macro
|
| A D | ft32f030x8.h | 2318 #define RCC_CFGR_SWS_PLL ((uint32_t)0x00000008) /*!< PLL used as system … macro
|
| A D | ft32f072x8.h | 2356 #define RCC_CFGR_SWS_PLL ((uint32_t)0x00000008) /*!< PLL used as system … macro
|
| A D | ft32f032x8.h | 2360 #define RCC_CFGR_SWS_PLL ((uint32_t)0x00000008) /*!< PLL used as system … macro
|
| A D | ft32f032x6.h | 2359 #define RCC_CFGR_SWS_PLL ((uint32_t)0x00000008) /*!< PLL used as system … macro
|
| A D | ft32f072xb.h | 2585 #define RCC_CFGR_SWS_PLL ((uint32_t)0x00000008) /*!< PLL used as system … macro
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/Include/ |
| A D | MM32L3xx.h | 1238 #define RCC_CFGR_SWS_PLL ((uint32_t)0x00000008) /*!< PLL used as system … macro
|
| /bsp/mm32f103x/Libraries/MM32F103/Include/ |
| A D | MM32F103.h | 1247 #define RCC_CFGR_SWS_PLL ((uint32_t)0x00000008) /*!< PLL used as system … macro
|
| /bsp/tkm32F499/Libraries/CMSIS_and_startup/ |
| A D | tk499.h | 1575 #define RCC_CFGR_SWS_PLL ((uint32_t)0x00000008) /*!< PLL used as system … macro
|
| /bsp/mm32l07x/Libraries/MM32L0xx/Include/ |
| A D | MM32L0xx.h | 1225 #define RCC_CFGR_SWS_PLL ((uint32_t)0x00000008) /*!< PLL used as system … macro
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/CMSIS/HK32F0xx/Include/ |
| A D | hk32f030x4x6x8.h | 2929 #define RCC_CFGR_SWS_PLL (0x00000008U) /*!< PLL used as sys… macro
|
| A D | hk32f031x4x6.h | 2999 #define RCC_CFGR_SWS_PLL (0x00000008U) /*!< PLL used as sys… macro
|
| A D | hk32f04ax4x6x8.h | 2924 #define RCC_CFGR_SWS_PLL (0x00000008U) /*!< PLL used as sys… macro
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/ |
| A D | air32f10x.h | 1361 #define RCC_CFGR_SWS_PLL ((uint32_t)0x00000008) /*!< PLL used as system … macro
|
| /bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Include/ |
| A D | stm32l100xb.h | 3918 #define RCC_CFGR_SWS_PLL (0x0000000CU) /*!< PLL used as sys… macro
|
| A D | stm32l100xba.h | 3929 #define RCC_CFGR_SWS_PLL (0x0000000CU) /*!< PLL used as sys… macro
|
| A D | stm32l151xb.h | 3803 #define RCC_CFGR_SWS_PLL (0x0000000CU) /*!< PLL used as sys… macro
|