Home
last modified time | relevance | path

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

12

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc.c379 CLEAR_REG(RCC->PLL4FRACR); in HAL_RCC_DeInit()
1911 …RCC_OscInitStruct->PLL4.PLLFRACV = (uint32_t)((RCC->PLL4FRACR & RCC_PLL4FRACR_FRACV) >> RCC_PLL4FR… in HAL_RCC_GetOscConfig()
1913 if ((RCC->PLL4FRACR & RCC_PLL4FRACR_FRACV) == 0) in HAL_RCC_GetOscConfig()
2167 pll4fracen = (RCC->PLL4FRACR & RCC_PLL4FRACR_FRACLE) >> RCC_PLL4FRACR_FRACLE_Pos; in HAL_RCC_GetPLL4ClockFreq()
2168 …fracn1 = (float)(pll4fracen * ((RCC->PLL4FRACR & RCC_PLL4FRACR_FRACV) >> RCC_PLL4FRACR_FRACV_Pos)); in HAL_RCC_GetPLL4ClockFreq()
Dstm32mp1xx_ll_rcc.c319 CLEAR_REG(RCC->PLL4FRACR); in LL_RCC_DeInit()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_rcc.h4964 SET_BIT(RCC->PLL4FRACR, RCC_PLL4FRACR_FRACLE); in LL_RCC_PLL4FRACV_Enable()
5014 …return (uint32_t)((READ_BIT(RCC->PLL4FRACR, RCC_PLL4FRACR_FRACLE) == RCC_PLL4FRACR_FRACLE) ? 1UL :… in LL_RCC_PLL4FRACV_IsEnabled()
5064 CLEAR_BIT(RCC->PLL4FRACR, RCC_PLL4FRACR_FRACLE); in LL_RCC_PLL4FRACV_Disable()
5146 return (uint32_t)(READ_BIT(RCC->PLL4FRACR, RCC_PLL4FRACR_FRACV) >> RCC_PLL4FRACR_FRACV_Pos); in LL_RCC_PLL4_GetFRACV()
5222 MODIFY_REG(RCC->PLL4FRACR, RCC_PLL4FRACR_FRACV, FRACV << RCC_PLL4FRACR_FRACV_Pos); in LL_RCC_PLL4_SetFRACV()
Dstm32mp1xx_hal_rcc.h3598 #define __HAL_RCC_PLL4FRACV_ENABLE() SET_BIT(RCC->PLL4FRACR, RCC_PLL4FRACR_FRACLE)
3600 #define __HAL_RCC_PLL4FRACV_DISABLE() CLEAR_BIT(RCC->PLL4FRACR, RCC_PLL4FRACR_FRACLE)
3712 MODIFY_REG(RCC->PLL4FRACR, RCC_PLL4FRACR_FRACV, \
/hal_stm32-latest/stm32cube/stm32mp1xx/soc/
Dstm32mp151dxx_ca7.h1683 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
Dstm32mp151fxx_cm4.h1649 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
Dstm32mp151axx_ca7.h1683 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
Dstm32mp151axx_cm4.h1649 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
Dstm32mp151dxx_cm4.h1649 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
Dstm32mp151cxx_ca7.h1683 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
Dstm32mp151cxx_cm4.h1649 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
Dstm32mp151fxx_ca7.h1683 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
Dstm32mp153axx_ca7.h1784 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
Dstm32mp153axx_cm4.h1750 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
Dstm32mp153cxx_ca7.h1784 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
Dstm32mp153cxx_cm4.h1750 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
Dstm32mp153dxx_ca7.h1784 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
Dstm32mp153dxx_cm4.h1750 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
Dstm32mp153fxx_ca7.h1784 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
Dstm32mp153fxx_cm4.h1750 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
Dstm32mp157axx_ca7.h1871 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
Dstm32mp157axx_cm4.h1837 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
Dstm32mp157cxx_ca7.h1871 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
Dstm32mp157cxx_cm4.h1837 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
Dstm32mp157dxx_ca7.h1871 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member

12