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

System Control LDO Deep-Sleep Power Calibration Register Values. More...

Collaboration diagram for SYSCTL_LDODPCAL Values:

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...
 

Detailed Description

System Control LDO Deep-Sleep Power Calibration Register Values.

Macro Definition Documentation

◆ SYSCTL_LDODPCAL_30KHZ_MASK

#define SYSCTL_LDODPCAL_30KHZ_MASK   (0xFF)

Deep-Sleep With IOSC Mask.

Definition at line 1070 of file systemcontrol.h.

◆ SYSCTL_LDODPCAL_30KHZ_SHIFT

#define SYSCTL_LDODPCAL_30KHZ_SHIFT   (0)

Deep-Sleep With IOSC Shift.

Definition at line 1068 of file systemcontrol.h.

◆ SYSCTL_LDODPCAL_NOPLL_MASK

#define SYSCTL_LDODPCAL_NOPLL_MASK   (0xFF)

Deep-Sleep Without PLL Mask.

Definition at line 1066 of file systemcontrol.h.

◆ SYSCTL_LDODPCAL_NOPLL_SHIFT

#define SYSCTL_LDODPCAL_NOPLL_SHIFT   (8)

Deep-Sleep Without PLL Shift.

Definition at line 1064 of file systemcontrol.h.