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   9
 
#define SCB_VTOR_TBLOFF   (0x7FFFFF << SCB_VTOR_TBLOFF_LSB)
 

Detailed Description

Macro Definition Documentation

◆ SCB_VTOR_TBLOFF

#define SCB_VTOR_TBLOFF   (0x7FFFFF << SCB_VTOR_TBLOFF_LSB)

Definition at line 281 of file scb.h.

◆ SCB_VTOR_TBLOFF_LSB

#define SCB_VTOR_TBLOFF_LSB   9

Definition at line 280 of file scb.h.