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

System Control Interrupt Mask Control Register Values. More...

Collaboration diagram for SYSCTL_IMC Values:

Macros

#define SYSCTL_IMC_MOSCPUPIM   (1 << 8)
 MOSC Power Up Raw Interrupt Mask. More...
 
#define SYSCTL_IMC_PLLLIM   (1 << 6)
 PLL Lock Raw Interrupt Mask. More...
 
#define SYSCTL_IMC_MOFIM   (1 << 3)
 Main Oscillator Failure Raw Interrupt Mask. More...
 
#define SYSCTL_IMC_BORIM   (1 << 1)
 Brown-Out Reset Raw Interrupt Mask. More...
 

Detailed Description

System Control Interrupt Mask Control Register Values.

Macro Definition Documentation

◆ SYSCTL_IMC_BORIM

#define SYSCTL_IMC_BORIM   (1 << 1)

Brown-Out Reset Raw Interrupt Mask.

Definition at line 570 of file systemcontrol.h.

◆ SYSCTL_IMC_MOFIM

#define SYSCTL_IMC_MOFIM   (1 << 3)

Main Oscillator Failure Raw Interrupt Mask.

Definition at line 568 of file systemcontrol.h.

◆ SYSCTL_IMC_MOSCPUPIM

#define SYSCTL_IMC_MOSCPUPIM   (1 << 8)

MOSC Power Up Raw Interrupt Mask.

Definition at line 564 of file systemcontrol.h.

◆ SYSCTL_IMC_PLLLIM

#define SYSCTL_IMC_PLLLIM   (1 << 6)

PLL Lock Raw Interrupt Mask.

Definition at line 566 of file systemcontrol.h.