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

System Control Power-Temp Brownout Control Register Values. More...

Collaboration diagram for SYSCTL_PTBOCTL0 Values:

Macros

#define SYSCTL_PTBOCTL_VDDA_UBOR_SHIFT   (8)
 VDDA Under BOR Event Action Shift. More...
 
#define SYSCTL_PTBOCTL_VDDA_UBOR_MASK   (0x3)
 VDDA Under BOR Event Action Mask. More...
 
#define SYSCTL_PTBOCTL_VDDA_UBOR_NO   (0x0)
 VDDA Under BOR Event Action - No action. More...
 
#define SYSCTL_PTBOCTL_VDDA_UBOR_INT   (0x1)
 VDDA Under BOR Event Action - System Control Interrupt. More...
 
#define SYSCTL_PTBOCTL_VDDA_UBOR_NMI   (0x2)
 VDDA Under BOR Event Action - Non-maskable interrupt. More...
 
#define SYSCTL_PTBOCTL_VDDA_UBOR_RESET   (0x3)
 VDDA Under BOR Event Action - Reset. More...
 
#define SYSCTL_PTBOCTL_VDD_UBOR_SHIFT   (1)
 VDD Under BOR Event Action Shift. More...
 
#define SYSCTL_PTBOCTL_VDD_UBOR_MASK   (0x3)
 VDD Under BOR Event Action Mask. More...
 
#define SYSCTL_PTBOCTL_VDD_UBOR_NO   (0x0)
 VDD Under BOR Event Action - No action. More...
 
#define SYSCTL_PTBOCTL_VDD_UBOR_INT   (0x1)
 VDD Under BOR Event Action - System Control Interrupt. More...
 
#define SYSCTL_PTBOCTL_VDD_UBOR_NMI   (0x2)
 VDD Under BOR Event Action - Non-maskable interrupt. More...
 
#define SYSCTL_PTBOCTL_VDD_UBOR_RESET   (0x3)
 VDD Under BOR Event Action - Reset. More...
 

Detailed Description

System Control Power-Temp Brownout Control Register Values.

Macro Definition Documentation

◆ SYSCTL_PTBOCTL_VDD_UBOR_INT

#define SYSCTL_PTBOCTL_VDD_UBOR_INT   (0x1)

VDD Under BOR Event Action - System Control Interrupt.

Definition at line 540 of file systemcontrol.h.

◆ SYSCTL_PTBOCTL_VDD_UBOR_MASK

#define SYSCTL_PTBOCTL_VDD_UBOR_MASK   (0x3)

VDD Under BOR Event Action Mask.

Definition at line 536 of file systemcontrol.h.

◆ SYSCTL_PTBOCTL_VDD_UBOR_NMI

#define SYSCTL_PTBOCTL_VDD_UBOR_NMI   (0x2)

VDD Under BOR Event Action - Non-maskable interrupt.

Definition at line 542 of file systemcontrol.h.

◆ SYSCTL_PTBOCTL_VDD_UBOR_NO

#define SYSCTL_PTBOCTL_VDD_UBOR_NO   (0x0)

VDD Under BOR Event Action - No action.

Definition at line 538 of file systemcontrol.h.

◆ SYSCTL_PTBOCTL_VDD_UBOR_RESET

#define SYSCTL_PTBOCTL_VDD_UBOR_RESET   (0x3)

VDD Under BOR Event Action - Reset.

Definition at line 544 of file systemcontrol.h.

◆ SYSCTL_PTBOCTL_VDD_UBOR_SHIFT

#define SYSCTL_PTBOCTL_VDD_UBOR_SHIFT   (1)

VDD Under BOR Event Action Shift.

Definition at line 534 of file systemcontrol.h.

◆ SYSCTL_PTBOCTL_VDDA_UBOR_INT

#define SYSCTL_PTBOCTL_VDDA_UBOR_INT   (0x1)

VDDA Under BOR Event Action - System Control Interrupt.

Definition at line 528 of file systemcontrol.h.

◆ SYSCTL_PTBOCTL_VDDA_UBOR_MASK

#define SYSCTL_PTBOCTL_VDDA_UBOR_MASK   (0x3)

VDDA Under BOR Event Action Mask.

Definition at line 524 of file systemcontrol.h.

◆ SYSCTL_PTBOCTL_VDDA_UBOR_NMI

#define SYSCTL_PTBOCTL_VDDA_UBOR_NMI   (0x2)

VDDA Under BOR Event Action - Non-maskable interrupt.

Definition at line 530 of file systemcontrol.h.

◆ SYSCTL_PTBOCTL_VDDA_UBOR_NO

#define SYSCTL_PTBOCTL_VDDA_UBOR_NO   (0x0)

VDDA Under BOR Event Action - No action.

Definition at line 526 of file systemcontrol.h.

◆ SYSCTL_PTBOCTL_VDDA_UBOR_RESET

#define SYSCTL_PTBOCTL_VDDA_UBOR_RESET   (0x3)

VDDA Under BOR Event Action - Reset.

Definition at line 532 of file systemcontrol.h.

◆ SYSCTL_PTBOCTL_VDDA_UBOR_SHIFT

#define SYSCTL_PTBOCTL_VDDA_UBOR_SHIFT   (8)

VDDA Under BOR Event Action Shift.

Definition at line 522 of file systemcontrol.h.