|
#define | SCB_CCR_STKALIGN (1 << 9) |
| STKALIGN set to zero to break things :) More...
|
|
#define | SCB_CCR_BFHFNMIGN (1 << 8) |
| BFHFNMIGN set to attempt ignoring faults in handlers. More...
|
|
#define | SCB_CCR_DIV_0_TRP (1 << 4) |
| DIV_0_TRP set to trap on divide by zero. More...
|
|
#define | SCB_CCR_UNALIGN_TRP (1 << 3) |
| UNALIGN_TRP set to trap on unaligned. More...
|
|
#define | SCB_CCR_USERSETMPEND (1 << 1) |
| USERSETMPEND set to allow unprivileged access to STIR. More...
|
|
#define | SCB_CCR_NONBASETHRDENA (1 << 0) |
| NONBASETHRDENA set to allow non base priority threads. More...
|
|