libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
The System Control Block is a section of the System Control Space. More...
Data Structures | |
struct | scb_exception_stack_frame |
Modules | |
SCB Registers | |
SCB_CPUID Values | |
SCB_ICSR Values | |
SCB_VTOR Values | |
SCB_AICR Values | |
SCB_SCR Values | |
SCB_CCR Values | |
Macros | |
#define | SCB_SHPR_PRI_4_MEMMANAGE 0 |
#define | SCB_SHPR_PRI_5_BUSFAULT 1 |
#define | SCB_SHPR_PRI_6_USAGEFAULT 2 |
#define | SCB_SHPR_PRI_7_RESERVED 3 |
#define | SCB_SHPR_PRI_8_RESERVED 4 |
#define | SCB_SHPR_PRI_9_RESERVED 5 |
#define | SCB_SHPR_PRI_10_RESERVED 6 |
#define | SCB_SHPR_PRI_11_SVCALL 7 |
#define | SCB_SHPR_PRI_12_RESERVED 8 |
#define | SCB_SHPR_PRI_13_RESERVED 9 |
#define | SCB_SHPR_PRI_14_PENDSV 10 |
#define | SCB_SHPR_PRI_15_SYSTICK 11 |
#define | SCB_SHCSR_SVCALLPENDED (1 << 15) |
#define | SCB_GET_EXCEPTION_STACK_FRAME(f) |
Functions | |
void | scb_reset_system (void) |
The System Control Block is a section of the System Control Space.
Other members of the SCS are, for instance, DWT, ITM, SYSTICKK. The exact details of the SCB are defined in the "Architecture Reference Manual" for either ARMv7-M or ARMV6-m.
#define SCB_GET_EXCEPTION_STACK_FRAME | ( | f | ) |
void scb_reset_system | ( | void | ) |
Definition at line 54 of file scb.c.
References SCB_AIRCR, SCB_AIRCR_SYSRESETREQ, and SCB_AIRCR_VECTKEY.