libopencm3 Cortex-M System Control Block
More...
libopencm3 Cortex-M System Control Block
The System Control Block (SCB) is a section of the System Control Space which provides status information and control features for the processor core. It allows, amongst other:
- software reset control
- exception management and grouping
- fault information
- power management
- debug status information
- See also
- ARMv7m Architecture Reference Manual (Chapter B3.2.1 About the SCB)
LGPL License Terms libopencm3 License
◆ scb_reset_core()
void scb_reset_core |
( |
void |
| ) |
|
◆ scb_reset_system()
void scb_reset_system |
( |
void |
| ) |
|
◆ scb_set_priority_grouping()
void scb_set_priority_grouping |
( |
uint32_t |
prigroup | ) |
|