STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
PWR CR Register alias address
Collaboration diagram for PWR CR Register alias address:

Macros

#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))

Detailed Description

Macro Definition Documentation

◆ CR_DBP_BB

#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.

◆ CR_PVDE_BB

#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.

◆ CR_VOS_BB

#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.

◆ DBP_BIT_NUMBER

#define DBP_BIT_NUMBER   PWR_CR_DBP_Pos

Definition at line 360 of file stm32f4xx_hal_pwr.h.

◆ PVDE_BIT_NUMBER

#define PVDE_BIT_NUMBER   PWR_CR_PVDE_Pos

Definition at line 364 of file stm32f4xx_hal_pwr.h.

◆ VOS_BIT_NUMBER

#define VOS_BIT_NUMBER   PWR_CR_VOS_Pos

Definition at line 368 of file stm32f4xx_hal_pwr.h.