Home
last modified time | relevance | path

Searched refs:PWR_CR2_BREN (Results 1 – 25 of 50) sorted by relevance

12

/hal_stm32-3.6.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_pwr.h393 SET_BIT(PWR->CR2, PWR_CR2_BREN); in LL_PWR_EnableBkUpRegulator()
403 CLEAR_BIT(PWR->CR2, PWR_CR2_BREN); in LL_PWR_DisableBkUpRegulator()
413 return ((READ_BIT(PWR->CR2, PWR_CR2_BREN) == (PWR_CR2_BREN)) ? 1UL : 0UL); in LL_PWR_IsEnabledBkUpRegulator()
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_pwr.h923 SET_BIT(PWR->CR2, PWR_CR2_BREN); in LL_PWR_EnableBkUpRegulator()
933 CLEAR_BIT(PWR->CR2, PWR_CR2_BREN); in LL_PWR_DisableBkUpRegulator()
943 return ((READ_BIT(PWR->CR2, PWR_CR2_BREN) == (PWR_CR2_BREN)) ? 1UL : 0UL); in LL_PWR_IsEnabledBkUpRegulator()
/hal_stm32-3.6.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_pwr_ex.c175 SET_BIT(PWR->CR2, PWR_CR2_BREN); in HAL_PWREx_EnableBkUpReg()
204 CLEAR_BIT(PWR->CR2, PWR_CR2_BREN); in HAL_PWREx_DisableBkUpReg()
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pwr_ex.c1630 SET_BIT (PWR->CR2, PWR_CR2_BREN); in HAL_PWREx_EnableBkUpReg()
1656 CLEAR_BIT (PWR->CR2, PWR_CR2_BREN); in HAL_PWREx_DisableBkUpReg()
/hal_stm32-3.6.0/stm32cube/stm32h7xx/soc/
Dstm32h7b3xxq.h12778 #define PWR_CR2_BREN PWR_CR2_BREN_Msk /*!< Backup regulato… macro
Dstm32h7b0xxq.h12771 #define PWR_CR2_BREN PWR_CR2_BREN_Msk /*!< Backup regulato… macro
Dstm32h7b0xx.h12770 #define PWR_CR2_BREN PWR_CR2_BREN_Msk /*!< Backup regulato… macro
Dstm32h7a3xx.h12326 #define PWR_CR2_BREN PWR_CR2_BREN_Msk /*!< Backup regulato… macro
Dstm32h7b3xx.h12777 #define PWR_CR2_BREN PWR_CR2_BREN_Msk /*!< Backup regulato… macro
Dstm32h7a3xxq.h12327 #define PWR_CR2_BREN PWR_CR2_BREN_Msk /*!< Backup regulato… macro
Dstm32h730xx.h14641 #define PWR_CR2_BREN PWR_CR2_BREN_Msk /*!< Backup regulato… macro
Dstm32h723xx.h14190 #define PWR_CR2_BREN PWR_CR2_BREN_Msk /*!< Backup regulato… macro
Dstm32h742xx.h13498 #define PWR_CR2_BREN PWR_CR2_BREN_Msk /*!< Backup regulato… macro
Dstm32h733xx.h14641 #define PWR_CR2_BREN PWR_CR2_BREN_Msk /*!< Backup regulato… macro
Dstm32h730xxq.h14642 #define PWR_CR2_BREN PWR_CR2_BREN_Msk /*!< Backup regulato… macro
Dstm32h725xx.h14191 #define PWR_CR2_BREN PWR_CR2_BREN_Msk /*!< Backup regulato… macro
Dstm32h735xx.h14642 #define PWR_CR2_BREN PWR_CR2_BREN_Msk /*!< Backup regulato… macro
Dstm32h755xx.h14921 #define PWR_CR2_BREN PWR_CR2_BREN_Msk /*!< Backup regulato… macro
Dstm32h750xx.h14391 #define PWR_CR2_BREN PWR_CR2_BREN_Msk /*!< Backup regulato… macro
Dstm32h743xx.h14128 #define PWR_CR2_BREN PWR_CR2_BREN_Msk /*!< Backup regulato… macro
Dstm32h753xx.h14397 #define PWR_CR2_BREN PWR_CR2_BREN_Msk /*!< Backup regulato… macro
Dstm32h745xg.h14652 #define PWR_CR2_BREN PWR_CR2_BREN_Msk /*!< Backup regulato… macro
Dstm32h745xx.h14652 #define PWR_CR2_BREN PWR_CR2_BREN_Msk /*!< Backup regulato… macro
Dstm32h747xx.h17809 #define PWR_CR2_BREN PWR_CR2_BREN_Msk /*!< Backup regulato… macro
Dstm32h757xx.h18078 #define PWR_CR2_BREN PWR_CR2_BREN_Msk /*!< Backup regulato… macro

12