/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_rcc.c | 379 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()
|
D | stm32mp1xx_ll_rcc.c | 319 CLEAR_REG(RCC->PLL4FRACR); in LL_RCC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_rcc.h | 4964 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()
|
D | stm32mp1xx_hal_rcc.h | 3598 #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/ |
D | stm32mp151dxx_ca7.h | 1683 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
|
D | stm32mp151fxx_cm4.h | 1649 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
|
D | stm32mp151axx_ca7.h | 1683 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
|
D | stm32mp151axx_cm4.h | 1649 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
|
D | stm32mp151dxx_cm4.h | 1649 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
|
D | stm32mp151cxx_ca7.h | 1683 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
|
D | stm32mp151cxx_cm4.h | 1649 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
|
D | stm32mp151fxx_ca7.h | 1683 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
|
D | stm32mp153axx_ca7.h | 1784 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
|
D | stm32mp153axx_cm4.h | 1750 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
|
D | stm32mp153cxx_ca7.h | 1784 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
|
D | stm32mp153cxx_cm4.h | 1750 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
|
D | stm32mp153dxx_ca7.h | 1784 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
|
D | stm32mp153dxx_cm4.h | 1750 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
|
D | stm32mp153fxx_ca7.h | 1784 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
|
D | stm32mp153fxx_cm4.h | 1750 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
|
D | stm32mp157axx_ca7.h | 1871 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
|
D | stm32mp157axx_cm4.h | 1837 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
|
D | stm32mp157cxx_ca7.h | 1871 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
|
D | stm32mp157cxx_cm4.h | 1837 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
|
D | stm32mp157dxx_ca7.h | 1871 …__IO uint32_t PLL4FRACR; /*!< RCC PLL4 Fractional Register … member
|