Searched refs:BMCFGR (Results 1 – 7 of 7) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_rcc.c | 368 CLEAR_REG(RCC->BMCFGR); in HAL_RCC_DeInit() 962 if ((RCC_ClkInitStruct->AHBCLKDivider) > (RCC->BMCFGR & RCC_BMCFGR_BMPRE)) in HAL_RCC_ClockConfig() 965 MODIFY_REG(RCC->BMCFGR, RCC_BMCFGR_BMPRE, RCC_ClkInitStruct->AHBCLKDivider); in HAL_RCC_ClockConfig() 1032 if ((RCC_ClkInitStruct->AHBCLKDivider) < (RCC->BMCFGR & RCC_BMCFGR_BMPRE)) in HAL_RCC_ClockConfig() 1035 MODIFY_REG(RCC->BMCFGR, RCC_BMCFGR_BMPRE, RCC_ClkInitStruct->AHBCLKDivider); in HAL_RCC_ClockConfig() 1364 prescaler = (RCC->BMCFGR & RCC_BMCFGR_BMPRE) >> RCC_BMCFGR_BMPRE_Pos; in HAL_RCC_GetHCLKFreq() 1842 RCC_ClkInitStruct->AHBCLKDivider = READ_BIT(RCC->BMCFGR, RCC_BMCFGR_BMPRE); in HAL_RCC_GetClockConfig()
|
D | stm32h7rsxx_ll_rcc.c | 195 CLEAR_REG(RCC->BMCFGR); in LL_RCC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_rcc.h | 2103 MODIFY_REG(RCC->BMCFGR, RCC_BMCFGR_BMPRE, Prescaler); in LL_RCC_SetAHBPrescaler() 2205 return (uint32_t)(READ_BIT(RCC->BMCFGR, RCC_BMCFGR_BMPRE)); in LL_RCC_GetAHBPrescaler()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 1421 …__IO uint32_t BMCFGR; /*!< RCC Bus matrix configuration register, … member
|
D | stm32h7s7xx.h | 1583 …__IO uint32_t BMCFGR; /*!< RCC Bus matrix configuration register, … member
|
D | stm32h7s3xx.h | 1514 …__IO uint32_t BMCFGR; /*!< RCC Bus matrix configuration register, … member
|
D | stm32h7r7xx.h | 1488 …__IO uint32_t BMCFGR; /*!< RCC Bus matrix configuration register, … member
|