Home
last modified time | relevance | path

Searched refs:PWR_SCCR_BYPASS (Results 1 – 9 of 9) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_pwr_ex.h93 #define PWR_EXTERNAL_SOURCE_SUPPLY PWR_SCCR_BYPASS /*!< The SMPS disabled and the LDO Bypass. The …
97 #define PWR_SUPPLY_CONFIG_MASK (PWR_SCCR_SMPSEN | PWR_SCCR_LDOEN | PWR_SCCR_BYPASS)
99 #define PWR_SUPPLY_CONFIG_MASK (PWR_SCCR_LDOEN | PWR_SCCR_BYPASS)
Dstm32h5xx_ll_pwr.h204 #define LL_PWR_EXTERNAL_SOURCE_SUPPLY PWR_SCCR_BYPASS /*!< The SMPS and the LDO are Bypassed.
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/drivers/src/
Dstm32h5xx_hal_pwr_ex.c116 if ((PWR->SCCR & PWR_SCCR_BYPASS) != (PWR_SCCR_BYPASS)) in HAL_PWREx_ConfigSupply()
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h7961 #define PWR_SCCR_BYPASS PWR_SCCR_BYPASS_Msk macro
Dstm32h523xx.h11795 #define PWR_SCCR_BYPASS PWR_SCCR_BYPASS_Msk macro
Dstm32h562xx.h12521 #define PWR_SCCR_BYPASS PWR_SCCR_BYPASS_Msk macro
Dstm32h533xx.h12314 #define PWR_SCCR_BYPASS PWR_SCCR_BYPASS_Msk macro
Dstm32h573xx.h15124 #define PWR_SCCR_BYPASS PWR_SCCR_BYPASS_Msk macro
Dstm32h563xx.h14605 #define PWR_SCCR_BYPASS PWR_SCCR_BYPASS_Msk macro