Home
last modified time | relevance | path

Searched refs:PWR_LDO_SUPPLY (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_pwr_ex.h235 #define PWR_LDO_SUPPLY PWR_CR3_LDOEN … macro
628 #define IS_PWR_SUPPLY(PWR_SOURCE) (((PWR_SOURCE) == PWR_LDO_SUPPLY) ||\
639 #define IS_PWR_SUPPLY(PWR_SOURCE) (((PWR_SOURCE) == PWR_LDO_SUPPLY) ||\
/hal_stm32-3.6.0/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_pwr_ex.h81 #define PWR_LDO_SUPPLY (0U) /* LDO supply */ macro
239 #define IS_PWR_SUPPLY(PWR_SOURCE) (((PWR_SOURCE) == PWR_LDO_SUPPLY) ||\
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr_ex.h254 #define PWR_LDO_SUPPLY (0U) /*!< LDO supply */ macro
851 (((PWR_SOURCE) == PWR_LDO_SUPPLY) ||\
/hal_stm32-3.6.0/lib/stm32wba/hci/
Dapp_conf.h255 #define CFG_CORE_SUPPLY (PWR_LDO_SUPPLY)
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr_ex.c434 if (SupplySource == PWR_LDO_SUPPLY) in HAL_PWREx_ConfigSupply()
2315 if (HAL_PWREx_GetSupplyConfig() == PWR_LDO_SUPPLY) in HAL_PWREx_EnableBkupRAMRetention()
/hal_stm32-3.6.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_pwr_ex.c292 if (SupplySource == PWR_LDO_SUPPLY) in HAL_PWREx_ConfigSupply()