/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_rcc.h | 3891 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()
|
D | stm32mp1xx_hal_rcc.h | 1003 #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/ |
D | stm32mp1xx_hal_rcc.c | 240 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()
|
D | stm32mp1xx_ll_rcc.c | 209 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/ |
D | stm32mp151dxx_ca7.h | 1574 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
|
D | stm32mp151fxx_cm4.h | 1540 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
|
D | stm32mp151axx_ca7.h | 1574 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
|
D | stm32mp151axx_cm4.h | 1540 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
|
D | stm32mp151dxx_cm4.h | 1540 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
|
D | stm32mp151cxx_ca7.h | 1574 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
|
D | stm32mp151cxx_cm4.h | 1540 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
|
D | stm32mp151fxx_ca7.h | 1574 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
|
D | stm32mp153axx_ca7.h | 1675 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
|
D | stm32mp153axx_cm4.h | 1641 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
|
D | stm32mp153cxx_ca7.h | 1675 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
|
D | stm32mp153cxx_cm4.h | 1641 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
|
D | stm32mp153dxx_ca7.h | 1675 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
|
D | stm32mp153dxx_cm4.h | 1641 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
|
D | stm32mp153fxx_ca7.h | 1675 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
|
D | stm32mp153fxx_cm4.h | 1641 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
|
D | stm32mp157axx_ca7.h | 1762 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
|
D | stm32mp157axx_cm4.h | 1728 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
|
D | stm32mp157cxx_ca7.h | 1762 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
|
D | stm32mp157cxx_cm4.h | 1728 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
|
D | stm32mp157dxx_ca7.h | 1762 …__IO uint32_t PLL1CR; /*!< RCC PLL1 Control Register … member
|