STM32F439xx HAL User Manual
Defines
PWRx CSR Register alias address
PWREx Private Constants

Defines

#define BRE_BIT_NUMBER   PWR_CSR_BRE_Pos
#define CSR_BRE_BB   (uint32_t)(PERIPH_BB_BASE + (PWR_CSR_OFFSET_BB * 32U) + (BRE_BIT_NUMBER * 4U))

Define Documentation

#define BRE_BIT_NUMBER   PWR_CSR_BRE_Pos

Definition at line 296 of file stm32f4xx_hal_pwr_ex.h.

#define CSR_BRE_BB   (uint32_t)(PERIPH_BB_BASE + (PWR_CSR_OFFSET_BB * 32U) + (BRE_BIT_NUMBER * 4U))

Definition at line 297 of file stm32f4xx_hal_pwr_ex.h.

Referenced by HAL_PWREx_DisableBkUpReg(), and HAL_PWREx_EnableBkUpReg().