libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
Under-drive ready flag
Collaboration diagram for Under-drive ready flag:

Macros

#define PWR_CSR1_UDRDY_DISABLED   (0x0 << PWR_CSR1_UDRDY_LSB)
 
#define PWR_CSR1_UDRDY_ACTIVATED   (0x3 << PWR_CSR1_UDRDY_LSB)
 

Detailed Description

Macro Definition Documentation

◆ PWR_CSR1_UDRDY_ACTIVATED

#define PWR_CSR1_UDRDY_ACTIVATED   (0x3 << PWR_CSR1_UDRDY_LSB)

Definition at line 152 of file f7/pwr.h.

◆ PWR_CSR1_UDRDY_DISABLED

#define PWR_CSR1_UDRDY_DISABLED   (0x0 << PWR_CSR1_UDRDY_LSB)

Definition at line 151 of file f7/pwr.h.