SCB_AIRCR_VECTKEY_Pos is only used within CMSIS.
 
Symbols
loading...
Files
loading...

SCB_AIRCR_VECTKEY_Pos macro

SCB AIRCR: VECTKEY Position

Syntax

#define SCB_AIRCR_VECTKEY_Pos 16U

References

LocationText
core_cm4.h:522
#define SCB_AIRCR_VECTKEY_Pos 16U /*!< SCB AIRCR: VECTKEY Position */
core_cm4.h:523
#define SCB_AIRCR_VECTKEY_Msk (0xFFFFUL << SCB_AIRCR_VECTKEY_Pos) /*!< SCB AIRCR: VECTKEY Mask */
core_cm4.h:1661
((uint32_t)0x5FAUL << SCB_AIRCR_VECTKEY_Pos) |
core_cm4.h:1942
SCB->AIRCR = (uint32_t)((0x5FAUL << SCB_AIRCR_VECTKEY_Pos) |