/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_rcc.h | 4130 SET_BIT(RCC->PLL2CR, RCC_PLL2CR_PLLON); in LL_RCC_PLL2_Enable() 4143 CLEAR_BIT(RCC->PLL2CR, RCC_PLL2CR_PLLON); in LL_RCC_PLL2_Disable() 4153 return ((READ_BIT(RCC->PLL2CR, RCC_PLL2CR_PLL2RDY) == RCC_PLL2CR_PLL2RDY) ? 1UL : 0UL); in LL_RCC_PLL2_IsReady() 4164 SET_BIT(RCC->PLL2CR, RCC_PLL2CR_DIVPEN); in LL_RCC_PLL2P_Enable() 4175 SET_BIT(RCC->PLL2CR, RCC_PLL2CR_DIVQEN); in LL_RCC_PLL2Q_Enable() 4186 SET_BIT(RCC->PLL2CR, RCC_PLL2CR_DIVREN); in LL_RCC_PLL2R_Enable() 4206 SET_BIT(RCC->PLL2CR, RCC_PLL2CR_SSCG_CTRL); in LL_RCC_PLL2CSG_Enable() 4216 return (uint32_t)((READ_BIT(RCC->PLL2CR, RCC_PLL2CR_DIVPEN) == RCC_PLL2CR_DIVPEN) ? 1UL : 0UL); in LL_RCC_PLL2P_IsEnabled() 4226 return (uint32_t)((READ_BIT(RCC->PLL2CR, RCC_PLL2CR_DIVQEN) == RCC_PLL2CR_DIVQEN) ? 1UL : 0UL); in LL_RCC_PLL2Q_IsEnabled() 4236 return (uint32_t)((READ_BIT(RCC->PLL2CR, RCC_PLL2CR_DIVREN) == RCC_PLL2CR_DIVREN) ? 1UL : 0UL); in LL_RCC_PLL2R_IsEnabled() [all …]
|
D | stm32mp1xx_hal_rcc.h | 1006 #define RCC_FLAG_PLL2RDY ((RCC->PLL2CR & RCC_PLL2CR_PLL2RDY) == RCC_PLL2CR_PLL… 3295 #define __HAL_RCC_PLL2_ENABLE() SET_BIT(RCC->PLL2CR, RCC_PLL2CR_PLLON ) 3296 #define __HAL_RCC_PLL2_DISABLE() CLEAR_BIT(RCC->PLL2CR, RCC_PLL2CR_PLLON) 3309 #define __HAL_RCC_PLL2CLKOUT_ENABLE(__RCC_PLL2ClockOut__) SET_BIT(RCC->PLL2CR, (__RCC_PLL2Clo… 3311 #define __HAL_RCC_PLL2CLKOUT_DISABLE(__RCC_PLL2ClockOut__) CLEAR_BIT(RCC->PLL2CR, (__RCC_PLL2C… 3368 #define __HAL_RCC_PLL2_SSMODE_ENABLE() SET_BIT(RCC->PLL2CR, RCC_PLL2CR_SSCG_CTRL) 3370 #define __HAL_RCC_PLL2_SSMODE_DISABLE() CLEAR_BIT(RCC->PLL2CR, RCC_PLL2CR_SSCG_CTRL)
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_rcc.c | 262 CLEAR_BIT(RCC->PLL2CR, RCC_PLL2CR_DIVPEN | RCC_PLL2CR_DIVQEN | in HAL_RCC_DeInit() 269 CLEAR_BIT(RCC->PLL2CR, RCC_PLL2CR_PLLON); in HAL_RCC_DeInit() 272 while ((RCC->PLL2CR & RCC_PLL2CR_PLL2RDY) != 0U) in HAL_RCC_DeInit() 281 CLEAR_BIT(RCC->PLL2CR, RCC_PLL2CR_SSCG_CTRL); in HAL_RCC_DeInit() 1811 if ((RCC->PLL2CR & RCC_PLL2CR_PLLON) == RCC_PLL2CR_PLLON) in HAL_RCC_GetOscConfig() 1830 if ((RCC->PLL2CR & RCC_PLL2CR_SSCG_CTRL) == RCC_PLL2CR_SSCG_CTRL) in HAL_RCC_GetOscConfig()
|
D | stm32mp1xx_ll_rcc.c | 223 CLEAR_BIT(RCC->PLL2CR, RCC_PLL2CR_DIVPEN | RCC_PLL2CR_DIVQEN | in LL_RCC_DeInit() 227 CLEAR_BIT(RCC->PLL2CR, RCC_PLL2CR_PLLON); in LL_RCC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/soc/ |
D | stm32mp151dxx_ca7.h | 1579 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
|
D | stm32mp151fxx_cm4.h | 1545 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
|
D | stm32mp151axx_ca7.h | 1579 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
|
D | stm32mp151axx_cm4.h | 1545 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
|
D | stm32mp151dxx_cm4.h | 1545 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
|
D | stm32mp151cxx_ca7.h | 1579 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
|
D | stm32mp151cxx_cm4.h | 1545 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
|
D | stm32mp151fxx_ca7.h | 1579 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
|
D | stm32mp153axx_ca7.h | 1680 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
|
D | stm32mp153axx_cm4.h | 1646 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
|
D | stm32mp153cxx_ca7.h | 1680 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
|
D | stm32mp153cxx_cm4.h | 1646 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
|
D | stm32mp153dxx_ca7.h | 1680 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
|
D | stm32mp153dxx_cm4.h | 1646 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
|
D | stm32mp153fxx_ca7.h | 1680 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
|
D | stm32mp153fxx_cm4.h | 1646 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
|
D | stm32mp157axx_ca7.h | 1767 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
|
D | stm32mp157axx_cm4.h | 1733 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
|
D | stm32mp157cxx_ca7.h | 1767 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
|
D | stm32mp157cxx_cm4.h | 1733 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
|
D | stm32mp157dxx_ca7.h | 1767 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
|