STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
Collaboration diagram for PWR Flag:

Macros

#define PWR_FLAG_WU   PWR_CSR_WUF
 
#define PWR_FLAG_SB   PWR_CSR_SBF
 
#define PWR_FLAG_PVDO   PWR_CSR_PVDO
 
#define PWR_FLAG_BRR   PWR_CSR_BRR
 
#define PWR_FLAG_VOSRDY   PWR_CSR_VOSRDY
 

Detailed Description

Macro Definition Documentation

◆ PWR_FLAG_WU

#define PWR_FLAG_WU   PWR_CSR_WUF

#include <stm32f4xx_hal_pwr.h>

Definition at line 135 of file stm32f4xx_hal_pwr.h.

Referenced by HAL_InitTick().

◆ PWR_FLAG_SB

#define PWR_FLAG_SB   PWR_CSR_SBF

#include <stm32f4xx_hal_pwr.h>

Definition at line 136 of file stm32f4xx_hal_pwr.h.

◆ PWR_FLAG_PVDO

#define PWR_FLAG_PVDO   PWR_CSR_PVDO

#include <stm32f4xx_hal_pwr.h>

Definition at line 137 of file stm32f4xx_hal_pwr.h.

◆ PWR_FLAG_BRR

#define PWR_FLAG_BRR   PWR_CSR_BRR

#include <stm32f4xx_hal_pwr.h>

Definition at line 138 of file stm32f4xx_hal_pwr.h.

Referenced by HAL_PWREx_DisableBkUpReg(), and HAL_PWREx_EnableBkUpReg().

◆ PWR_FLAG_VOSRDY

#define PWR_FLAG_VOSRDY   PWR_CSR_VOSRDY

#include <stm32f4xx_hal_pwr.h>

Definition at line 139 of file stm32f4xx_hal_pwr.h.

Referenced by HAL_PWREx_ControlVoltageScaling().