Home
last modified time | relevance | path

Searched refs:PWR_SOURCE (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_pwr_ex.h628 #define IS_PWR_SUPPLY(PWR_SOURCE) (((PWR_SOURCE) == PWR_LDO_SUPPLY) ||\ argument
629 ((PWR_SOURCE) == PWR_DIRECT_SMPS_SUPPLY) ||\
630 ((PWR_SOURCE) == PWR_SMPS_1V8_SUPPLIES_LDO) ||\
631 ((PWR_SOURCE) == PWR_SMPS_2V5_SUPPLIES_LDO) ||\
632 ((PWR_SOURCE) == PWR_SMPS_1V8_SUPPLIES_EXT_AND_LDO) ||\
633 ((PWR_SOURCE) == PWR_SMPS_2V5_SUPPLIES_EXT_AND_LDO) ||\
634 ((PWR_SOURCE) == PWR_SMPS_1V8_SUPPLIES_EXT) ||\
635 ((PWR_SOURCE) == PWR_SMPS_2V5_SUPPLIES_EXT) ||\
636 ((PWR_SOURCE) == PWR_EXTERNAL_SOURCE_SUPPLY))
639 #define IS_PWR_SUPPLY(PWR_SOURCE) (((PWR_SOURCE) == PWR_LDO_SUPPLY) ||\ argument
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_pwr_ex.h522 #define IS_PWR_SUPPLY(PWR_SOURCE) (((PWR_SOURCE) == PWR_LDO_SUPPLY) ||\ argument
523 ((PWR_SOURCE) == PWR_DIRECT_SMPS_SUPPLY) ||\
524 ((PWR_SOURCE) == PWR_SMPS_1V8_SUPPLIES_LDO) ||\
525 ((PWR_SOURCE) == PWR_SMPS_1V8_SUPPLIES_EXT_AND_LDO) ||\
526 ((PWR_SOURCE) == PWR_SMPS_1V8_SUPPLIES_EXT) ||\
527 ((PWR_SOURCE) == PWR_EXTERNAL_SOURCE_SUPPLY))
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_pwr_ex.h239 #define IS_PWR_SUPPLY(PWR_SOURCE) (((PWR_SOURCE) == PWR_LDO_SUPPLY) ||\ argument
240 ((PWR_SOURCE) == PWR_SMPS_SUPPLY))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr_ex.h850 #define IS_PWR_SUPPLY(PWR_SOURCE) \ argument
851 (((PWR_SOURCE) == PWR_LDO_SUPPLY) ||\
852 ((PWR_SOURCE) == PWR_SMPS_SUPPLY))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_pwr_ex.h389 #define IS_PWR_SUPPLY(PWR_SOURCE) ((PWR_SOURCE) == PWR_EXTERNAL_SOURCE_SUPPLY) argument