Searched refs:SCCR (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_pwr_ex.c | 116 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/ |
D | stm32h5xx_ll_pwr.h | 916 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/ |
D | stm32h503xx.h | 671 …__IO uint32_t SCCR; /*!< Supply configuration control register, Address offset: 0x30 … member
|
D | stm32h562xx.h | 876 …__IO uint32_t SCCR; /*!< Supply configuration control register, Address offset: 0x30 … member
|
D | stm32h563xx.h | 1054 …__IO uint32_t SCCR; /*!< Supply configuration control register, Address offset: 0x30 … member
|
D | stm32h573xx.h | 1119 …__IO uint32_t SCCR; /*!< Supply configuration control register, Address offset: 0x30 … member
|