Searched refs:PWR_CR1_BOOSTE (Results 1 – 15 of 15) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_pwr.h | 505 #if defined (PWR_CR1_BOOSTE) 513 SET_BIT(PWR->CR1, PWR_CR1_BOOSTE); in LL_PWR_EnableAnalogBooster() 523 CLEAR_BIT(PWR->CR1, PWR_CR1_BOOSTE); in LL_PWR_DisableAnalogBooster() 533 return ((READ_BIT(PWR->CR1, PWR_CR1_BOOSTE) == (PWR_CR1_BOOSTE)) ? 1UL : 0UL); in LL_PWR_IsEnabledAnalogBooster()
|
D | stm32h7xx_hal_pwr_ex.h | 581 #if defined (PWR_CR1_BOOSTE)
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_pwr.h | 416 SET_BIT(PWR->CR1, PWR_CR1_BOOSTE); in LL_PWR_EnableAnalogBooster() 426 CLEAR_BIT(PWR->CR1, PWR_CR1_BOOSTE); in LL_PWR_DisableAnalogBooster() 436 return ((READ_BIT(PWR->CR1, PWR_CR1_BOOSTE) == (PWR_CR1_BOOSTE)) ? 1UL : 0UL); in LL_PWR_IsEnabledAnalogBooster()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_pwr_ex.c | 1781 #if defined (PWR_CR1_BOOSTE) 1795 SET_BIT (PWR->CR1, PWR_CR1_BOOSTE); in HAL_PWREx_EnableAnalogBooster() 1805 CLEAR_BIT (PWR->CR1, PWR_CR1_BOOSTE); in HAL_PWREx_DisableAnalogBooster()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_pwr_ex.c | 1003 SET_BIT(PWR->CR1, PWR_CR1_BOOSTE); in HAL_PWREx_EnableAnalogBooster() 1013 CLEAR_BIT(PWR->CR1, PWR_CR1_BOOSTE); in HAL_PWREx_DisableAnalogBooster()
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h7a3xx.h | 12326 #define PWR_CR1_BOOSTE PWR_CR1_BOOSTE_Msk /*!< Analog Switch V… macro
|
D | stm32h7b0xx.h | 12770 #define PWR_CR1_BOOSTE PWR_CR1_BOOSTE_Msk /*!< Analog Switch V… macro
|
D | stm32h7b0xxq.h | 12771 #define PWR_CR1_BOOSTE PWR_CR1_BOOSTE_Msk /*!< Analog Switch V… macro
|
D | stm32h7a3xxq.h | 12327 #define PWR_CR1_BOOSTE PWR_CR1_BOOSTE_Msk /*!< Analog Switch V… macro
|
D | stm32h7b3xx.h | 12777 #define PWR_CR1_BOOSTE PWR_CR1_BOOSTE_Msk /*!< Analog Switch V… macro
|
D | stm32h7b3xxq.h | 12778 #define PWR_CR1_BOOSTE PWR_CR1_BOOSTE_Msk /*!< Analog Switch V… macro
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 14027 #define PWR_CR1_BOOSTE PWR_CR1_BOOSTE_Msk /*!< Analog Switch V… macro
|
D | stm32h7s7xx.h | 15061 #define PWR_CR1_BOOSTE PWR_CR1_BOOSTE_Msk /*!< Analog Switch V… macro
|
D | stm32h7s3xx.h | 14659 #define PWR_CR1_BOOSTE PWR_CR1_BOOSTE_Msk /*!< Analog Switch V… macro
|
D | stm32h7r7xx.h | 14427 #define PWR_CR1_BOOSTE PWR_CR1_BOOSTE_Msk /*!< Analog Switch V… macro
|