libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
Collaboration diagram for SCB_CCR Values:

Macros

#define SCB_CCR_STKALIGN   (1 << 9)
 STKALIGN set to zero to break things :) More...
 
#define SCB_CCR_UNALIGN_TRP   (1 << 3)
 UNALIGN_TRP set to trap on unaligned. More...
 

Detailed Description

Macro Definition Documentation

◆ SCB_CCR_STKALIGN

#define SCB_CCR_STKALIGN   (1 << 9)

STKALIGN set to zero to break things :)

Definition at line 346 of file scb.h.

◆ SCB_CCR_UNALIGN_TRP

#define SCB_CCR_UNALIGN_TRP   (1 << 3)

UNALIGN_TRP set to trap on unaligned.

Definition at line 358 of file scb.h.