Home
last modified time | relevance | path

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

12

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_rcc.h3891 SET_BIT(RCC->PLL1CR, RCC_PLL1CR_PLLON); in LL_RCC_PLL1_Enable()
3904 CLEAR_BIT(RCC->PLL1CR, RCC_PLL1CR_PLLON); in LL_RCC_PLL1_Disable()
3914 return ((READ_BIT(RCC->PLL1CR, RCC_PLL1CR_PLL1RDY) == RCC_PLL1CR_PLL1RDY) ? 1UL : 0UL); in LL_RCC_PLL1_IsReady()
3925 SET_BIT(RCC->PLL1CR, RCC_PLL1CR_DIVPEN); in LL_RCC_PLL1P_Enable()
3945 SET_BIT(RCC->PLL1CR, RCC_PLL1CR_SSCG_CTRL); in LL_RCC_PLL1CSG_Enable()
3955 return (uint32_t)((READ_BIT(RCC->PLL1CR, RCC_PLL1CR_DIVPEN) == RCC_PLL1CR_DIVPEN) ? 1UL : 0UL); in LL_RCC_PLL1P_IsEnabled()
3975 …return (uint32_t)((READ_BIT(RCC->PLL1CR, RCC_PLL1CR_SSCG_CTRL) == RCC_PLL1CR_SSCG_CTRL) ? 1UL : 0U… in LL_RCC_PLL1CSG_IsEnabled()
3985 CLEAR_BIT(RCC->PLL1CR, RCC_PLL1CR_DIVPEN); in LL_RCC_PLL1P_Disable()
4005 CLEAR_BIT(RCC->PLL1CR, RCC_PLL1CR_SSCG_CTRL); in LL_RCC_PLL1CSG_Disable()
Dstm32mp1xx_hal_rcc.h1003 #define RCC_FLAG_PLL1RDY ((RCC->PLL1CR & RCC_PLL1CR_PLL1RDY) == RCC_PLL1CR_PLL…
3144 #define __HAL_RCC_PLL1_ENABLE() SET_BIT(RCC->PLL1CR, RCC_PLL1CR_PLLON )
3145 #define __HAL_RCC_PLL1_DISABLE() CLEAR_BIT(RCC->PLL1CR, RCC_PLL1CR_PLLON)
3159 #define __HAL_RCC_PLL1CLKOUT_ENABLE(__RCC_PLL1ClockOut__) SET_BIT(RCC->PLL1CR, (__RCC_PLL1Clo…
3161 #define __HAL_RCC_PLL1CLKOUT_DISABLE(__RCC_PLL1ClockOut__) CLEAR_BIT(RCC->PLL1CR, (__RCC_PLL1C…
3248 #define __HAL_RCC_PLL1_SSMODE_ENABLE() SET_BIT(RCC->PLL1CR, RCC_PLL1CR_SSCG_CTRL)
3250 #define __HAL_RCC_PLL1_SSMODE_DISABLE() CLEAR_BIT(RCC->PLL1CR, RCC_PLL1CR_SSCG_CTRL)
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc.c240 CLEAR_BIT(RCC->PLL1CR, RCC_PLL1CR_DIVPEN | RCC_PLL1CR_DIVQEN | in HAL_RCC_DeInit()
247 CLEAR_BIT(RCC->PLL1CR, RCC_PLL1CR_PLLON); in HAL_RCC_DeInit()
250 while ((RCC->PLL1CR & RCC_PLL1CR_PLL1RDY) != 0U) in HAL_RCC_DeInit()
259 CLEAR_BIT(RCC->PLL1CR, RCC_PLL1CR_SSCG_CTRL); in HAL_RCC_DeInit()
1769 if ((RCC->PLL1CR & RCC_PLL1CR_PLLON) == RCC_PLL1CR_PLLON) in HAL_RCC_GetOscConfig()
1788 if ((RCC->PLL1CR & RCC_PLL1CR_SSCG_CTRL) == RCC_PLL1CR_SSCG_CTRL) in HAL_RCC_GetOscConfig()
Dstm32mp1xx_ll_rcc.c209 CLEAR_BIT(RCC->PLL1CR, RCC_PLL1CR_DIVPEN | RCC_PLL1CR_DIVQEN | in LL_RCC_DeInit()
213 CLEAR_BIT(RCC->PLL1CR, RCC_PLL1CR_PLLON); in LL_RCC_DeInit()
/hal_stm32-latest/stm32cube/stm32mp1xx/soc/
Dstm32mp151dxx_ca7.h1574 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
Dstm32mp151fxx_cm4.h1540 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
Dstm32mp151axx_ca7.h1574 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
Dstm32mp151axx_cm4.h1540 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
Dstm32mp151dxx_cm4.h1540 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
Dstm32mp151cxx_ca7.h1574 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
Dstm32mp151cxx_cm4.h1540 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
Dstm32mp151fxx_ca7.h1574 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
Dstm32mp153axx_ca7.h1675 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
Dstm32mp153axx_cm4.h1641 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
Dstm32mp153cxx_ca7.h1675 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
Dstm32mp153cxx_cm4.h1641 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
Dstm32mp153dxx_ca7.h1675 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
Dstm32mp153dxx_cm4.h1641 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
Dstm32mp153fxx_ca7.h1675 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
Dstm32mp153fxx_cm4.h1641 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
Dstm32mp157axx_ca7.h1762 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
Dstm32mp157axx_cm4.h1728 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
Dstm32mp157cxx_ca7.h1762 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
Dstm32mp157cxx_cm4.h1728 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
Dstm32mp157dxx_ca7.h1762 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member

12