STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
PWREx Over Under Drive Flag
Collaboration diagram for PWREx Over Under Drive Flag:

Macros

#define PWR_FLAG_ODRDY   PWR_CSR_ODRDY
 
#define PWR_FLAG_ODSWRDY   PWR_CSR_ODSWRDY
 
#define PWR_FLAG_UDRDY   PWR_CSR_UDSWRDY
 

Detailed Description

Macro Definition Documentation

◆ PWR_FLAG_ODRDY

#define PWR_FLAG_ODRDY   PWR_CSR_ODRDY

◆ PWR_FLAG_ODSWRDY

#define PWR_FLAG_ODSWRDY   PWR_CSR_ODSWRDY

◆ PWR_FLAG_UDRDY

#define PWR_FLAG_UDRDY   PWR_CSR_UDSWRDY

#include <stm32f4xx_hal_pwr_ex.h>

Definition at line 59 of file stm32f4xx_hal_pwr_ex.h.