cm3: scb: rename SEVEONPEND to SEVONPEND
SEVEONPEND is a typo. According to the The ARM v7-M Architecture Reference Manual SEVONPEND is the correct name.
This commit is contained in:
parent
b76d853a72
commit
1f58917cb2
@ -246,8 +246,8 @@
|
|||||||
/* --- SCB_SCR values ------------------------------------------------------ */
|
/* --- SCB_SCR values ------------------------------------------------------ */
|
||||||
|
|
||||||
/* Bits [31:5]: reserved - must be kept cleared */
|
/* Bits [31:5]: reserved - must be kept cleared */
|
||||||
/* SEVEONPEND Send Event on Pending bit */
|
/* SEVONPEND Send Event on Pending bit */
|
||||||
#define SCB_SCR_SEVEONPEND (1 << 4)
|
#define SCB_SCR_SEVONPEND (1 << 4)
|
||||||
/* Bit 3: reserved - must be kept cleared */
|
/* Bit 3: reserved - must be kept cleared */
|
||||||
/* SLEEPDEEP */
|
/* SLEEPDEEP */
|
||||||
#define SCB_SCR_SLEEPDEEP (1 << 2)
|
#define SCB_SCR_SLEEPDEEP (1 << 2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user