Home
last modified time | relevance | path

Searched refs:RCC_CFGR_SWS_PLLR (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rcc_ex.c3135 case RCC_CFGR_SWS_PLLR: /* PLL/PLLR used as system clock source */ in HAL_RCC_GetSysClockFreq()
3400 …((__HAL_RCC_GET_SYSCLK_SOURCE() == RCC_CFGR_SWS_PLLR) && ((RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC) == R… in HAL_RCC_OscConfig()
3460 …((__HAL_RCC_GET_SYSCLK_SOURCE() == RCC_CFGR_SWS_PLLR) && ((RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC) == R… in HAL_RCC_OscConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_rcc.h214 #define LL_RCC_SYS_CLKSOURCE_STATUS_PLLR RCC_CFGR_SWS_PLLR /*!< PLLR used as system clock */
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f446xx.h10179 #define RCC_CFGR_SWS_PLLR 0x0000000CU /*!< PLL/PLLR used a… macro