OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VTOR
(Results
1 - 6
of
6
) sorted by null
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
core_cm0plus.h
350
__IO uint32_t
VTOR
; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */
408
#define SCB_VTOR_TBLOFF_Pos 8 /*!< SCB
VTOR
: TBLOFF Position */
409
#define SCB_VTOR_TBLOFF_Msk (0xFFFFFFUL << SCB_VTOR_TBLOFF_Pos) /*!< SCB
VTOR
: TBLOFF Mask */
[
all
...]
core_sc000.h
344
__IO uint32_t
VTOR
; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */
400
#define SCB_VTOR_TBLOFF_Pos 7 /*!< SCB
VTOR
: TBLOFF Position */
401
#define SCB_VTOR_TBLOFF_Msk (0x1FFFFFFUL << SCB_VTOR_TBLOFF_Pos) /*!< SCB
VTOR
: TBLOFF Mask */
[
all
...]
core_cm3.h
352
__IO uint32_t
VTOR
; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */
422
#define SCB_VTOR_TBLBASE_Pos 29 /*!< SCB
VTOR
: TBLBASE Position */
423
#define SCB_VTOR_TBLBASE_Msk (1UL << SCB_VTOR_TBLBASE_Pos) /*!< SCB
VTOR
: TBLBASE Mask */
425
#define SCB_VTOR_TBLOFF_Pos 7 /*!< SCB
VTOR
: TBLOFF Position */
426
#define SCB_VTOR_TBLOFF_Msk (0x3FFFFFUL << SCB_VTOR_TBLOFF_Pos) /*!< SCB
VTOR
: TBLOFF Mask */
428
#define SCB_VTOR_TBLOFF_Pos 7 /*!< SCB
VTOR
: TBLOFF Position */
429
#define SCB_VTOR_TBLOFF_Msk (0x1FFFFFFUL << SCB_VTOR_TBLOFF_Pos) /*!< SCB
VTOR
: TBLOFF Mask */
[
all
...]
core_sc300.h
352
__IO uint32_t
VTOR
; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */
421
#define SCB_VTOR_TBLBASE_Pos 29 /*!< SCB
VTOR
: TBLBASE Position */
422
#define SCB_VTOR_TBLBASE_Msk (1UL << SCB_VTOR_TBLBASE_Pos) /*!< SCB
VTOR
: TBLBASE Mask */
424
#define SCB_VTOR_TBLOFF_Pos 7 /*!< SCB
VTOR
: TBLOFF Position */
425
#define SCB_VTOR_TBLOFF_Msk (0x3FFFFFUL << SCB_VTOR_TBLOFF_Pos) /*!< SCB
VTOR
: TBLOFF Mask */
[
all
...]
core_cm4.h
399
__IO uint32_t
VTOR
; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */
468
#define SCB_VTOR_TBLOFF_Pos 7 /*!< SCB
VTOR
: TBLOFF Position */
469
#define SCB_VTOR_TBLOFF_Msk (0x1FFFFFFUL << SCB_VTOR_TBLOFF_Pos) /*!< SCB
VTOR
: TBLOFF Mask */
[
all
...]
core_cm7.h
414
__IO uint32_t
VTOR
; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */
512
#define SCB_VTOR_TBLOFF_Pos 7 /*!< SCB
VTOR
: TBLOFF Position */
513
#define SCB_VTOR_TBLOFF_Msk (0x1FFFFFFUL << SCB_VTOR_TBLOFF_Pos) /*!< SCB
VTOR
: TBLOFF Mask */
[
all
...]
Completed in 770 milliseconds