Home
last modified time | relevance | path

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

12

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_rcc.h4501 SET_BIT(RCC->PLL3CR, RCC_PLL3CR_PLLON); in LL_RCC_PLL3_Enable()
4514 CLEAR_BIT(RCC->PLL3CR, RCC_PLL3CR_PLLON); in LL_RCC_PLL3_Disable()
4524 return ((READ_BIT(RCC->PLL3CR, RCC_PLL3CR_PLL3RDY) == RCC_PLL3CR_PLL3RDY) ? 1UL : 0UL); in LL_RCC_PLL3_IsReady()
4535 SET_BIT(RCC->PLL3CR, RCC_PLL3CR_DIVPEN); in LL_RCC_PLL3P_Enable()
4546 SET_BIT(RCC->PLL3CR, RCC_PLL3CR_DIVQEN); in LL_RCC_PLL3Q_Enable()
4557 SET_BIT(RCC->PLL3CR, RCC_PLL3CR_DIVREN); in LL_RCC_PLL3R_Enable()
4577 SET_BIT(RCC->PLL3CR, RCC_PLL3CR_SSCG_CTRL); in LL_RCC_PLL3CSG_Enable()
4587 return (uint32_t)((READ_BIT(RCC->PLL3CR, RCC_PLL3CR_DIVPEN) == RCC_PLL3CR_DIVPEN) ? 1UL : 0UL); in LL_RCC_PLL3P_IsEnabled()
4597 return (uint32_t)((READ_BIT(RCC->PLL3CR, RCC_PLL3CR_DIVQEN) == RCC_PLL3CR_DIVQEN) ? 1UL : 0UL); in LL_RCC_PLL3Q_IsEnabled()
4607 return (uint32_t)((READ_BIT(RCC->PLL3CR, RCC_PLL3CR_DIVREN) == RCC_PLL3CR_DIVREN) ? 1UL : 0UL); in LL_RCC_PLL3R_IsEnabled()
[all …]
Dstm32mp1xx_hal_rcc.h1009 #define RCC_FLAG_PLL3RDY ((RCC->PLL3CR & RCC_PLL3CR_PLL3RDY) == RCC_PLL3CR_PLL…
3414 #define __HAL_RCC_PLL3_ENABLE() SET_BIT(RCC->PLL3CR, RCC_PLL3CR_PLLON )
3415 #define __HAL_RCC_PLL3_DISABLE() CLEAR_BIT(RCC->PLL3CR, RCC_PLL3CR_PLLON)
3428 #define __HAL_RCC_PLL3CLKOUT_ENABLE(__RCC_PLL3ClockOut__) SET_BIT(RCC->PLL3CR, (__RCC_PLL3Clo…
3430 #define __HAL_RCC_PLL3CLKOUT_DISABLE(__RCC_PLL3ClockOut__) CLEAR_BIT(RCC->PLL3CR, (__RCC_PLL3C…
3446 #define __HAL_RCC_PLL3_SSMODE_ENABLE() SET_BIT(RCC->PLL3CR, RCC_PLL3CR_SSCG_CTRL)
3448 #define __HAL_RCC_PLL3_SSMODE_DISABLE() CLEAR_BIT(RCC->PLL3CR, RCC_PLL3CR_SSCG_CTRL)
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc.c284 CLEAR_BIT(RCC->PLL3CR, RCC_PLL3CR_DIVPEN | RCC_PLL3CR_DIVQEN | in HAL_RCC_DeInit()
291 CLEAR_BIT(RCC->PLL3CR, RCC_PLL3CR_PLLON); in HAL_RCC_DeInit()
294 while ((RCC->PLL3CR & RCC_PLL3CR_PLL3RDY) != 0U) in HAL_RCC_DeInit()
303 CLEAR_BIT(RCC->PLL3CR, RCC_PLL3CR_SSCG_CTRL); in HAL_RCC_DeInit()
1853 if ((RCC->PLL3CR & RCC_PLL3CR_PLLON) == RCC_PLL3CR_PLLON) in HAL_RCC_GetOscConfig()
1873 if ((RCC->PLL3CR & RCC_PLL3CR_SSCG_CTRL) == RCC_PLL3CR_SSCG_CTRL) in HAL_RCC_GetOscConfig()
Dstm32mp1xx_ll_rcc.c237 CLEAR_BIT(RCC->PLL3CR, RCC_PLL3CR_DIVPEN | RCC_PLL3CR_DIVQEN | in LL_RCC_DeInit()
241 CLEAR_BIT(RCC->PLL3CR, RCC_PLL3CR_PLLON); in LL_RCC_DeInit()
/hal_stm32-latest/stm32cube/stm32mp1xx/soc/
Dstm32mp151dxx_ca7.h1675 …__IO uint32_t PLL3CR; /*!< RCC PLL3 Control Register … member
Dstm32mp151fxx_cm4.h1641 …__IO uint32_t PLL3CR; /*!< RCC PLL3 Control Register … member
Dstm32mp151axx_ca7.h1675 …__IO uint32_t PLL3CR; /*!< RCC PLL3 Control Register … member
Dstm32mp151axx_cm4.h1641 …__IO uint32_t PLL3CR; /*!< RCC PLL3 Control Register … member
Dstm32mp151dxx_cm4.h1641 …__IO uint32_t PLL3CR; /*!< RCC PLL3 Control Register … member
Dstm32mp151cxx_ca7.h1675 …__IO uint32_t PLL3CR; /*!< RCC PLL3 Control Register … member
Dstm32mp151cxx_cm4.h1641 …__IO uint32_t PLL3CR; /*!< RCC PLL3 Control Register … member
Dstm32mp151fxx_ca7.h1675 …__IO uint32_t PLL3CR; /*!< RCC PLL3 Control Register … member
Dstm32mp153axx_ca7.h1776 …__IO uint32_t PLL3CR; /*!< RCC PLL3 Control Register … member
Dstm32mp153axx_cm4.h1742 …__IO uint32_t PLL3CR; /*!< RCC PLL3 Control Register … member
Dstm32mp153cxx_ca7.h1776 …__IO uint32_t PLL3CR; /*!< RCC PLL3 Control Register … member
Dstm32mp153cxx_cm4.h1742 …__IO uint32_t PLL3CR; /*!< RCC PLL3 Control Register … member
Dstm32mp153dxx_ca7.h1776 …__IO uint32_t PLL3CR; /*!< RCC PLL3 Control Register … member
Dstm32mp153dxx_cm4.h1742 …__IO uint32_t PLL3CR; /*!< RCC PLL3 Control Register … member
Dstm32mp153fxx_ca7.h1776 …__IO uint32_t PLL3CR; /*!< RCC PLL3 Control Register … member
Dstm32mp153fxx_cm4.h1742 …__IO uint32_t PLL3CR; /*!< RCC PLL3 Control Register … member
Dstm32mp157axx_ca7.h1863 …__IO uint32_t PLL3CR; /*!< RCC PLL3 Control Register … member
Dstm32mp157axx_cm4.h1829 …__IO uint32_t PLL3CR; /*!< RCC PLL3 Control Register … member
Dstm32mp157cxx_ca7.h1863 …__IO uint32_t PLL3CR; /*!< RCC PLL3 Control Register … member
Dstm32mp157cxx_cm4.h1829 …__IO uint32_t PLL3CR; /*!< RCC PLL3 Control Register … member
Dstm32mp157dxx_ca7.h1863 …__IO uint32_t PLL3CR; /*!< RCC PLL3 Control Register … member

12