Searched refs:PWR_CR3_REGSEL (Results 1 – 20 of 20) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_pwr_ex.h | 79 #if defined(PWR_CR3_REGSEL) 84 #define PWR_SMPS_SUPPLY PWR_CR3_REGSEL /* SMPS supply */ 237 #if defined(PWR_CR3_REGSEL) 284 #if defined(PWR_CR3_REGSEL)
|
D | stm32wbaxx_ll_pwr.h | 170 #define LL_PWR_SMPS_SUPPLY PWR_CR3_REGSEL /*!< SMPS regulator supply */ 617 #if defined(PWR_CR3_REGSEL) 628 MODIFY_REG(PWR->CR3, PWR_CR3_REGSEL, RegulatorSupply); in LL_PWR_SetRegulatorSupply() 640 return (READ_BIT(PWR->CR3, PWR_CR3_REGSEL)); in LL_PWR_GetRegulatorSupply()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_pwr_ex.c | 272 #if defined(PWR_CR3_REGSEL) 295 CLEAR_BIT(PWR->CR3, PWR_CR3_REGSEL); in HAL_PWREx_ConfigSupply() 307 SET_BIT(PWR->CR3, PWR_CR3_REGSEL); in HAL_PWREx_ConfigSupply()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_pwr.h | 426 #define LL_PWR_SMPS_SUPPLY PWR_CR3_REGSEL /*!< SMPS regulator supply */ 1645 MODIFY_REG(PWR->CR3, PWR_CR3_REGSEL, RegulatorSupply); in LL_PWR_SetRegulatorSupply() 1657 return (READ_BIT(PWR->CR3, PWR_CR3_REGSEL)); in LL_PWR_GetRegulatorSupply()
|
D | stm32u5xx_hal_pwr_ex.h | 255 #define PWR_SMPS_SUPPLY (PWR_CR3_REGSEL) /*!< SMPS supply */
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_pwr_ex.c | 437 CLEAR_BIT(PWR->CR3, PWR_CR3_REGSEL); in HAL_PWREx_ConfigSupply() 449 SET_BIT(PWR->CR3, PWR_CR3_REGSEL); in HAL_PWREx_ConfigSupply()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba5mxx.h | 9176 #define PWR_CR3_REGSEL PWR_CR3_REGSEL_Msk /*!< Regulator … macro
|
D | stm32wba55xx.h | 9176 #define PWR_CR3_REGSEL PWR_CR3_REGSEL_Msk /*!< Regulator … macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 12963 #define PWR_CR3_REGSEL PWR_CR3_REGSEL_Msk /*!< Regulator … macro
|
D | stm32u535xx.h | 12450 #define PWR_CR3_REGSEL PWR_CR3_REGSEL_Msk /*!< Regulator … macro
|
D | stm32u575xx.h | 13612 #define PWR_CR3_REGSEL PWR_CR3_REGSEL_Msk /*!< Regulator … macro
|
D | stm32u585xx.h | 14174 #define PWR_CR3_REGSEL PWR_CR3_REGSEL_Msk /*!< Regulator … macro
|
D | stm32u595xx.h | 14422 #define PWR_CR3_REGSEL PWR_CR3_REGSEL_Msk /*!< Regulator … macro
|
D | stm32u5a5xx.h | 14984 #define PWR_CR3_REGSEL PWR_CR3_REGSEL_Msk /*!< Regulator … macro
|
D | stm32u5f7xx.h | 15923 #define PWR_CR3_REGSEL PWR_CR3_REGSEL_Msk /*!< Regulator … macro
|
D | stm32u599xx.h | 18141 #define PWR_CR3_REGSEL PWR_CR3_REGSEL_Msk /*!< Regulator … macro
|
D | stm32u5g7xx.h | 16485 #define PWR_CR3_REGSEL PWR_CR3_REGSEL_Msk /*!< Regulator … macro
|
D | stm32u5f9xx.h | 19052 #define PWR_CR3_REGSEL PWR_CR3_REGSEL_Msk /*!< Regulator … macro
|
D | stm32u5a9xx.h | 18703 #define PWR_CR3_REGSEL PWR_CR3_REGSEL_Msk /*!< Regulator … macro
|
D | stm32u5g9xx.h | 19614 #define PWR_CR3_REGSEL PWR_CR3_REGSEL_Msk /*!< Regulator … macro
|