libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.

System Control LDO Sleep Power Control Register Values. More...

Collaboration diagram for SYSCTL_LDOSPCTL Values:

Macros

#define SYSCTL_LDOSPCTL_VADJEN   (1 << 31)
 Voltage Adjust Enable. More...
 
#define SYSCTL_LDOSPCTL_VLDO_SHIFT   (0)
 LDO Out Voltage Shift. More...
 
#define SYSCTL_LDOSPCTL_VLDO_MASK   (0xFF)
 LDO Out Voltage Mask. More...
 
#define SYSCTL_LDOSPCTL_VLDO_0_POINT_90   (0x12)
 LDO Out Voltage - 0.90V. More...
 
#define SYSCTL_LDOSPCTL_VLDO_0_POINT_95   (0x13)
 LDO Out Voltage - 0.95V. More...
 
#define SYSCTL_LDOSPCTL_VLDO_1_POINT_00   (0x14)
 LDO Out Voltage - 1.00V. More...
 
#define SYSCTL_LDOSPCTL_VLDO_1_POINT_05   (0x15)
 LDO Out Voltage - 1.05V. More...
 
#define SYSCTL_LDOSPCTL_VLDO_1_POINT_10   (0x16)
 LDO Out Voltage - 1.10V. More...
 
#define SYSCTL_LDOSPCTL_VLDO_1_POINT_15   (0x17)
 LDO Out Voltage - 1.15V. More...
 
#define SYSCTL_LDOSPCTL_VLDO_1_POINT_20   (0x18)
 LDO Out Voltage - 1.20V. More...
 

Detailed Description

System Control LDO Sleep Power Control Register Values.

Macro Definition Documentation

◆ SYSCTL_LDOSPCTL_VADJEN

#define SYSCTL_LDOSPCTL_VADJEN   (1 << 31)

Voltage Adjust Enable.

Definition at line 1001 of file systemcontrol.h.

◆ SYSCTL_LDOSPCTL_VLDO_0_POINT_90

#define SYSCTL_LDOSPCTL_VLDO_0_POINT_90   (0x12)

LDO Out Voltage - 0.90V.

Definition at line 1007 of file systemcontrol.h.

◆ SYSCTL_LDOSPCTL_VLDO_0_POINT_95

#define SYSCTL_LDOSPCTL_VLDO_0_POINT_95   (0x13)

LDO Out Voltage - 0.95V.

Definition at line 1009 of file systemcontrol.h.

◆ SYSCTL_LDOSPCTL_VLDO_1_POINT_00

#define SYSCTL_LDOSPCTL_VLDO_1_POINT_00   (0x14)

LDO Out Voltage - 1.00V.

Definition at line 1011 of file systemcontrol.h.

◆ SYSCTL_LDOSPCTL_VLDO_1_POINT_05

#define SYSCTL_LDOSPCTL_VLDO_1_POINT_05   (0x15)

LDO Out Voltage - 1.05V.

Definition at line 1013 of file systemcontrol.h.

◆ SYSCTL_LDOSPCTL_VLDO_1_POINT_10

#define SYSCTL_LDOSPCTL_VLDO_1_POINT_10   (0x16)

LDO Out Voltage - 1.10V.

Definition at line 1015 of file systemcontrol.h.

◆ SYSCTL_LDOSPCTL_VLDO_1_POINT_15

#define SYSCTL_LDOSPCTL_VLDO_1_POINT_15   (0x17)

LDO Out Voltage - 1.15V.

Definition at line 1017 of file systemcontrol.h.

◆ SYSCTL_LDOSPCTL_VLDO_1_POINT_20

#define SYSCTL_LDOSPCTL_VLDO_1_POINT_20   (0x18)

LDO Out Voltage - 1.20V.

Definition at line 1019 of file systemcontrol.h.

◆ SYSCTL_LDOSPCTL_VLDO_MASK

#define SYSCTL_LDOSPCTL_VLDO_MASK   (0xFF)

LDO Out Voltage Mask.

Definition at line 1005 of file systemcontrol.h.

◆ SYSCTL_LDOSPCTL_VLDO_SHIFT

#define SYSCTL_LDOSPCTL_VLDO_SHIFT   (0)

LDO Out Voltage Shift.

Definition at line 1003 of file systemcontrol.h.