STM32F439xx HAL User Manual
Defines
PWR CR Register alias address
PWR Private Constants

Defines

#define DBP_BIT_NUMBER   PWR_CR_DBP_Pos
#define CR_DBP_BB   (uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32U) + (DBP_BIT_NUMBER * 4U))
#define PVDE_BIT_NUMBER   PWR_CR_PVDE_Pos
#define CR_PVDE_BB   (uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32U) + (PVDE_BIT_NUMBER * 4U))
#define VOS_BIT_NUMBER   PWR_CR_VOS_Pos
#define CR_VOS_BB   (uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32U) + (VOS_BIT_NUMBER * 4U))

Define Documentation

#define CR_DBP_BB   (uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32U) + (DBP_BIT_NUMBER * 4U))

Definition at line 377 of file stm32f4xx_hal_pwr.h.

Referenced by HAL_PWR_DisableBkUpAccess(), and HAL_PWR_EnableBkUpAccess().

#define CR_PVDE_BB   (uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32U) + (PVDE_BIT_NUMBER * 4U))

Definition at line 381 of file stm32f4xx_hal_pwr.h.

Referenced by HAL_PWR_DisablePVD(), and HAL_PWR_EnablePVD().

#define CR_VOS_BB   (uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32U) + (VOS_BIT_NUMBER * 4U))

Definition at line 385 of file stm32f4xx_hal_pwr.h.

#define DBP_BIT_NUMBER   PWR_CR_DBP_Pos

Definition at line 376 of file stm32f4xx_hal_pwr.h.

#define PVDE_BIT_NUMBER   PWR_CR_PVDE_Pos

Definition at line 380 of file stm32f4xx_hal_pwr.h.

#define VOS_BIT_NUMBER   PWR_CR_VOS_Pos

Definition at line 384 of file stm32f4xx_hal_pwr.h.