Searched refs:SCCR (Results 1 – 8 of 8) sorted by relevance
/hal_stm32-latest/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-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_pwr.h | 982 MODIFY_REG(PWR->SCCR, (PWR_SCCR_BYPASS), SupplySource); in LL_PWR_ConfigSupply() 994 return (uint32_t)(READ_BIT(PWR->SCCR, (PWR_SCCR_SMPSEN | PWR_SCCR_LDOEN | PWR_SCCR_BYPASS))); in LL_PWR_GetSupply() 997 return (uint32_t)(READ_BIT(PWR->SCCR, (PWR_SCCR_LDOEN | PWR_SCCR_BYPASS))); in LL_PWR_GetSupply()
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 669 …__IO uint32_t SCCR; /*!< Supply configuration control register, Address offset: 0x30 … member
|
D | stm32h523xx.h | 832 …__IO uint32_t SCCR; /*!< Supply configuration control register, Address offset: 0x30 … member
|
D | stm32h562xx.h | 879 …__IO uint32_t SCCR; /*!< Supply configuration control register, Address offset: 0x30 … member
|
D | stm32h533xx.h | 896 …__IO uint32_t SCCR; /*!< Supply configuration control register, Address offset: 0x30 … member
|
D | stm32h573xx.h | 1121 …__IO uint32_t SCCR; /*!< Supply configuration control register, Address offset: 0x30 … member
|
D | stm32h563xx.h | 1057 …__IO uint32_t SCCR; /*!< Supply configuration control register, Address offset: 0x30 … member
|