Home | History | Annotate | Download | only in cmsis

Lines Matching refs:SCB_AIRCR_VECTKEY_Pos

413 #define SCB_AIRCR_VECTKEY_Pos              16                                             /*!< SCB AIRCR: VECTKEY Position */
414 #define SCB_AIRCR_VECTKEY_Msk (0xFFFFUL << SCB_AIRCR_VECTKEY_Pos) /*!< SCB AIRCR: VECTKEY Mask */
762 SCB->AIRCR = ((0x5FA << SCB_AIRCR_VECTKEY_Pos) |