Home
last modified time | relevance | path

Searched refs:PWR_SMPS_SUPPLY (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_pwr_ex.h84 #define PWR_SMPS_SUPPLY PWR_CR3_REGSEL /* SMPS supply */ macro
240 ((PWR_SOURCE) == PWR_SMPS_SUPPLY))
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_pwr_ex.h100 #define PWR_SMPS_SUPPLY PWR_CR1_SDEN /*!< VCORE power dom… macro
1053 #define IS_PWR_SUPPLY(__SOURCE__) (((__SOURCE__) == PWR_SMPS_SUPPLY) ||\
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr_ex.h255 #define PWR_SMPS_SUPPLY (PWR_CR3_REGSEL) /*!< SMPS supply */ macro
852 ((PWR_SOURCE) == PWR_SMPS_SUPPLY))