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

Macros

#define SCB_VTOR_TBLOFF_LSB   7
 
#define SCB_VTOR_TBLOFF   (0x1FFFFFF << SCB_VTOR_TBLOFF_LSB)
 

Detailed Description

Macro Definition Documentation

◆ SCB_VTOR_TBLOFF

#define SCB_VTOR_TBLOFF   (0x1FFFFFF << SCB_VTOR_TBLOFF_LSB)

Definition at line 269 of file scb.h.

◆ SCB_VTOR_TBLOFF_LSB

#define SCB_VTOR_TBLOFF_LSB   7

Definition at line 268 of file scb.h.