Home
last modified time | relevance | path

Searched refs:PLL2CR (Results 1 – 25 of 28) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_rcc.h4130 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 …]
Dstm32mp1xx_hal_rcc.h1006 #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/
Dstm32mp1xx_hal_rcc.c262 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()
Dstm32mp1xx_ll_rcc.c223 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/
Dstm32mp151dxx_ca7.h1579 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
Dstm32mp151fxx_cm4.h1545 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
Dstm32mp151axx_ca7.h1579 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
Dstm32mp151axx_cm4.h1545 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
Dstm32mp151dxx_cm4.h1545 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
Dstm32mp151cxx_ca7.h1579 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
Dstm32mp151cxx_cm4.h1545 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
Dstm32mp151fxx_ca7.h1579 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
Dstm32mp153axx_ca7.h1680 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
Dstm32mp153axx_cm4.h1646 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
Dstm32mp153cxx_ca7.h1680 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
Dstm32mp153cxx_cm4.h1646 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
Dstm32mp153dxx_ca7.h1680 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
Dstm32mp153dxx_cm4.h1646 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
Dstm32mp153fxx_ca7.h1680 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
Dstm32mp153fxx_cm4.h1646 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
Dstm32mp157axx_ca7.h1767 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
Dstm32mp157axx_cm4.h1733 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
Dstm32mp157cxx_ca7.h1767 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
Dstm32mp157cxx_cm4.h1733 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member
Dstm32mp157dxx_ca7.h1767 …__IO uint32_t PLL2CR; /*!< RCC PLL2 Control Register … member

12