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

Defines

#define FPDS_BIT_NUMBER   PWR_CR_FPDS_Pos
#define CR_FPDS_BB   (uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32U) + (FPDS_BIT_NUMBER * 4U))
#define ODEN_BIT_NUMBER   PWR_CR_ODEN_Pos
#define CR_ODEN_BB   (uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32U) + (ODEN_BIT_NUMBER * 4U))
#define ODSWEN_BIT_NUMBER   PWR_CR_ODSWEN_Pos
#define CR_ODSWEN_BB   (uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32U) + (ODSWEN_BIT_NUMBER * 4U))
#define MRLVDS_BIT_NUMBER   PWR_CR_MRLVDS_Pos
#define CR_MRLVDS_BB   (uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32U) + (MRLVDS_BIT_NUMBER * 4U))
#define LPLVDS_BIT_NUMBER   PWR_CR_LPLVDS_Pos
#define CR_LPLVDS_BB   (uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32U) + (LPLVDS_BIT_NUMBER * 4U))

Define Documentation

#define CR_FPDS_BB   (uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32U) + (FPDS_BIT_NUMBER * 4U))
#define CR_LPLVDS_BB   (uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32U) + (LPLVDS_BIT_NUMBER * 4U))

Definition at line 285 of file stm32f4xx_hal_pwr_ex.h.

#define CR_MRLVDS_BB   (uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32U) + (MRLVDS_BIT_NUMBER * 4U))

Definition at line 281 of file stm32f4xx_hal_pwr_ex.h.

#define CR_ODEN_BB   (uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32U) + (ODEN_BIT_NUMBER * 4U))

Definition at line 273 of file stm32f4xx_hal_pwr_ex.h.

#define CR_ODSWEN_BB   (uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32U) + (ODSWEN_BIT_NUMBER * 4U))

Definition at line 277 of file stm32f4xx_hal_pwr_ex.h.

#define FPDS_BIT_NUMBER   PWR_CR_FPDS_Pos

Definition at line 268 of file stm32f4xx_hal_pwr_ex.h.

#define LPLVDS_BIT_NUMBER   PWR_CR_LPLVDS_Pos

Definition at line 284 of file stm32f4xx_hal_pwr_ex.h.

#define MRLVDS_BIT_NUMBER   PWR_CR_MRLVDS_Pos

Definition at line 280 of file stm32f4xx_hal_pwr_ex.h.

#define ODEN_BIT_NUMBER   PWR_CR_ODEN_Pos

Definition at line 272 of file stm32f4xx_hal_pwr_ex.h.

#define ODSWEN_BIT_NUMBER   PWR_CR_ODSWEN_Pos

Definition at line 276 of file stm32f4xx_hal_pwr_ex.h.