STM32F479xx HAL User Manual
|
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 CR_DBP_BB (uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32U) + (DBP_BIT_NUMBER * 4U)) |
Definition at line 361 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 365 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 369 of file stm32f4xx_hal_pwr.h.
#define DBP_BIT_NUMBER PWR_CR_DBP_Pos |
Definition at line 360 of file stm32f4xx_hal_pwr.h.
#define PVDE_BIT_NUMBER PWR_CR_PVDE_Pos |
Definition at line 364 of file stm32f4xx_hal_pwr.h.
#define VOS_BIT_NUMBER PWR_CR_VOS_Pos |
Definition at line 368 of file stm32f4xx_hal_pwr.h.