libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
System Control Raw Interrupt Status Register Values. More...
Macros | |
#define | SYSCTL_RIS_MOSCPUPRIS (1 << 8) |
MOSC Power Up Raw Interrupt Status. More... | |
#define | SYSCTL_RIS_PLLLRIS (1 << 6) |
PLL Lock Raw Interrupt Status. More... | |
#define | SYSCTL_RIS_MOFRIS (1 << 3) |
Main Oscillator Failure Raw Interrupt Status. More... | |
#define | SYSCTL_RIS_BORRIS (1 << 1) |
Brown-Out Reset Raw Interrupt Status. More... | |
System Control Raw Interrupt Status Register Values.
#define SYSCTL_RIS_BORRIS (1 << 1) |
Brown-Out Reset Raw Interrupt Status.
Definition at line 557 of file systemcontrol.h.
#define SYSCTL_RIS_MOFRIS (1 << 3) |
Main Oscillator Failure Raw Interrupt Status.
Definition at line 555 of file systemcontrol.h.
#define SYSCTL_RIS_MOSCPUPRIS (1 << 8) |
MOSC Power Up Raw Interrupt Status.
Definition at line 551 of file systemcontrol.h.
#define SYSCTL_RIS_PLLLRIS (1 << 6) |
PLL Lock Raw Interrupt Status.
Definition at line 553 of file systemcontrol.h.