|
libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
System Control Masked Interrupt Status and Clear Register Values. More...

Macros | |
| #define | SYSCTL_MISC_MOSCPUPMIS (1 << 8) |
| MOSC Power Up Raw Interrupt Status. More... | |
| #define | SYSCTL_MISC_PLLLMIS (1 << 6) |
| PLL Lock Raw Interrupt Status. More... | |
| #define | SYSCTL_MISC_MOFMIS (1 << 3) |
| Main Oscillator Failure Raw Interrupt Status. More... | |
| #define | SYSCTL_MISC_BORMIS (1 << 1) |
| Brown-Out Reset Raw Interrupt Status. More... | |
System Control Masked Interrupt Status and Clear Register Values.
| #define SYSCTL_MISC_BORMIS (1 << 1) |
Brown-Out Reset Raw Interrupt Status.
Definition at line 583 of file systemcontrol.h.
| #define SYSCTL_MISC_MOFMIS (1 << 3) |
Main Oscillator Failure Raw Interrupt Status.
Definition at line 581 of file systemcontrol.h.
| #define SYSCTL_MISC_MOSCPUPMIS (1 << 8) |
MOSC Power Up Raw Interrupt Status.
Definition at line 577 of file systemcontrol.h.
| #define SYSCTL_MISC_PLLLMIS (1 << 6) |
PLL Lock Raw Interrupt Status.
Definition at line 579 of file systemcontrol.h.