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

Macros

#define SCB_SCR_SEVONPEND   (1 << 4)
 SEVONPEND Send Event on Pending bit. More...
 
#define SCB_SCR_SLEEPDEEP   (1 << 2)
 SLEEPDEEP implementation defined. More...
 
#define SCB_SCR_SLEEPONEXIT   (1 << 1)
 SLEEPONEXIT sleep when exiting ISR. More...
 

Detailed Description

Macro Definition Documentation

◆ SCB_SCR_SEVONPEND

#define SCB_SCR_SEVONPEND   (1 << 4)

SEVONPEND Send Event on Pending bit.

Definition at line 331 of file scb.h.

◆ SCB_SCR_SLEEPDEEP

#define SCB_SCR_SLEEPDEEP   (1 << 2)

SLEEPDEEP implementation defined.

Definition at line 334 of file scb.h.

◆ SCB_SCR_SLEEPONEXIT

#define SCB_SCR_SLEEPONEXIT   (1 << 1)

SLEEPONEXIT sleep when exiting ISR.

Definition at line 336 of file scb.h.