Home
last modified time | relevance | path

Searched refs:SCCR (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_pwr_ex.c116 if ((PWR->SCCR & PWR_SCCR_BYPASS) != (PWR_SCCR_BYPASS)) in HAL_PWREx_ConfigSupply()
119 MODIFY_REG(PWR->SCCR, PWR_SUPPLY_CONFIG_MASK, SupplySource); in HAL_PWREx_ConfigSupply()
143 return (PWR->SCCR & PWR_SUPPLY_CONFIG_MASK); in HAL_PWREx_GetSupplyConfig()
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_pwr.h916 MODIFY_REG(PWR->SCCR, (PWR_SCCR_BYPASS), SupplySource); in LL_PWR_ConfigSupply()
928 return (uint32_t)(READ_BIT(PWR->SCCR, (PWR_SCCR_SMPSEN | PWR_SCCR_LDOEN | PWR_SCCR_BYPASS))); in LL_PWR_GetSupply()
931 return (uint32_t)(READ_BIT(PWR->SCCR, (PWR_SCCR_LDOEN | PWR_SCCR_BYPASS))); in LL_PWR_GetSupply()
/hal_stm32-3.4.0/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h671 …__IO uint32_t SCCR; /*!< Supply configuration control register, Address offset: 0x30 … member
Dstm32h562xx.h876 …__IO uint32_t SCCR; /*!< Supply configuration control register, Address offset: 0x30 … member
Dstm32h563xx.h1054 …__IO uint32_t SCCR; /*!< Supply configuration control register, Address offset: 0x30 … member
Dstm32h573xx.h1119 …__IO uint32_t SCCR; /*!< Supply configuration control register, Address offset: 0x30 … member