libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
System Control LDO Deep-Sleep Power Calibration Register Values. More...
Macros | |
#define | SYSCTL_LDODPCAL_NOPLL_SHIFT (8) |
Deep-Sleep Without PLL Shift. More... | |
#define | SYSCTL_LDODPCAL_NOPLL_MASK (0xFF) |
Deep-Sleep Without PLL Mask. More... | |
#define | SYSCTL_LDODPCAL_30KHZ_SHIFT (0) |
Deep-Sleep With IOSC Shift. More... | |
#define | SYSCTL_LDODPCAL_30KHZ_MASK (0xFF) |
Deep-Sleep With IOSC Mask. More... | |
System Control LDO Deep-Sleep Power Calibration Register Values.
#define SYSCTL_LDODPCAL_30KHZ_MASK (0xFF) |
Deep-Sleep With IOSC Mask.
Definition at line 1070 of file systemcontrol.h.
#define SYSCTL_LDODPCAL_30KHZ_SHIFT (0) |
Deep-Sleep With IOSC Shift.
Definition at line 1068 of file systemcontrol.h.
#define SYSCTL_LDODPCAL_NOPLL_MASK (0xFF) |
Deep-Sleep Without PLL Mask.
Definition at line 1066 of file systemcontrol.h.
#define SYSCTL_LDODPCAL_NOPLL_SHIFT (8) |
Deep-Sleep Without PLL Shift.
Definition at line 1064 of file systemcontrol.h.