libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
System Control USB Memory Power Control Register Values. More...
Macros | |
#define | SYSCTL_USBMPC_PWRCTL_SHIFT (0) |
Memory Array Power Control Shift. More... | |
#define | SYSCTL_USBMPC_PWRCTL_MASK (0x3) |
Memory Array Power Control Mask. More... | |
#define | SYSCTL_USBMPC_PWRCTL_ARR_OFF (0x0) |
Memory Array Power Control - Off. More... | |
#define | SYSCTL_USBMPC_PWRCTL_SRAM_RET (0x1) |
Memory Array Power Control - SRAM Retention. More... | |
#define | SYSCTL_USBMPC_PWRCTL_ARR_ON (0x3) |
Memory Array Power Control - On. More... | |
System Control USB Memory Power Control Register Values.
#define SYSCTL_USBMPC_PWRCTL_ARR_OFF (0x0) |
Memory Array Power Control - Off.
Definition at line 1175 of file systemcontrol.h.
#define SYSCTL_USBMPC_PWRCTL_ARR_ON (0x3) |
Memory Array Power Control - On.
Definition at line 1179 of file systemcontrol.h.
#define SYSCTL_USBMPC_PWRCTL_MASK (0x3) |
Memory Array Power Control Mask.
Definition at line 1173 of file systemcontrol.h.
#define SYSCTL_USBMPC_PWRCTL_SHIFT (0) |
Memory Array Power Control Shift.
Definition at line 1171 of file systemcontrol.h.
#define SYSCTL_USBMPC_PWRCTL_SRAM_RET (0x1) |
Memory Array Power Control - SRAM Retention.
Definition at line 1177 of file systemcontrol.h.