libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
System Control LDO Deep-Sleep Power Control Register Values. More...
Macros | |
#define | SYSCTL_LDODPCTL_VADJEN (1 << 31) |
Voltage Adjust Enable. More... | |
#define | SYSCTL_LDODPCTL_VLDO_SHIFT (0) |
LDO Out Voltage Shift. More... | |
#define | SYSCTL_LDODPCTL_VLDO_MASK (0xFF) |
LDO Out Voltage Mask. More... | |
#define | SYSCTL_LDODPCTL_VLDO_0_POINT_90 (0x12) |
LDO Out Voltage - 0.90V. More... | |
#define | SYSCTL_LDODPCTL_VLDO_0_POINT_95 (0x13) |
LDO Out Voltage - 0.95V. More... | |
#define | SYSCTL_LDODPCTL_VLDO_1_POINT_00 (0x14) |
LDO Out Voltage - 1.00V. More... | |
#define | SYSCTL_LDODPCTL_VLDO_1_POINT_05 (0x15) |
LDO Out Voltage - 1.05V. More... | |
#define | SYSCTL_LDODPCTL_VLDO_1_POINT_10 (0x16) |
LDO Out Voltage - 1.10V. More... | |
#define | SYSCTL_LDODPCTL_VLDO_1_POINT_15 (0x17) |
LDO Out Voltage - 1.15V. More... | |
#define | SYSCTL_LDODPCTL_VLDO_1_POINT_20 (0x18) |
LDO Out Voltage - 1.20V. More... | |
System Control LDO Deep-Sleep Power Control Register Values.
#define SYSCTL_LDODPCTL_VADJEN (1 << 31) |
Voltage Adjust Enable.
Definition at line 1039 of file systemcontrol.h.
#define SYSCTL_LDODPCTL_VLDO_0_POINT_90 (0x12) |
LDO Out Voltage - 0.90V.
Definition at line 1045 of file systemcontrol.h.
#define SYSCTL_LDODPCTL_VLDO_0_POINT_95 (0x13) |
LDO Out Voltage - 0.95V.
Definition at line 1047 of file systemcontrol.h.
#define SYSCTL_LDODPCTL_VLDO_1_POINT_00 (0x14) |
LDO Out Voltage - 1.00V.
Definition at line 1049 of file systemcontrol.h.
#define SYSCTL_LDODPCTL_VLDO_1_POINT_05 (0x15) |
LDO Out Voltage - 1.05V.
Definition at line 1051 of file systemcontrol.h.
#define SYSCTL_LDODPCTL_VLDO_1_POINT_10 (0x16) |
LDO Out Voltage - 1.10V.
Definition at line 1053 of file systemcontrol.h.
#define SYSCTL_LDODPCTL_VLDO_1_POINT_15 (0x17) |
LDO Out Voltage - 1.15V.
Definition at line 1055 of file systemcontrol.h.
#define SYSCTL_LDODPCTL_VLDO_1_POINT_20 (0x18) |
LDO Out Voltage - 1.20V.
Definition at line 1057 of file systemcontrol.h.
#define SYSCTL_LDODPCTL_VLDO_MASK (0xFF) |
LDO Out Voltage Mask.
Definition at line 1043 of file systemcontrol.h.
#define SYSCTL_LDODPCTL_VLDO_SHIFT (0) |
LDO Out Voltage Shift.
Definition at line 1041 of file systemcontrol.h.