libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
System Control Power-Temperature Cause Register Values. More...
Macros | |
#define | SYSCTL_PWRTC_VDDA_UBOR (1 << 4) |
VDDA Under BOR Status. More... | |
#define | SYSCTL_PWRTC_VDD_UBOR (1 << 0) |
VDD Under BOR Status. More... | |
System Control Power-Temperature Cause Register Values.
#define SYSCTL_PWRTC_VDD_UBOR (1 << 0) |
VDD Under BOR Status.
Definition at line 613 of file systemcontrol.h.
#define SYSCTL_PWRTC_VDDA_UBOR (1 << 4) |
VDDA Under BOR Status.
Definition at line 611 of file systemcontrol.h.