Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:VTOR
(Results
1 - 12
of
12
) sorted by relevance
/third_party/cmsis/CMSIS/Core/Include/
H
A
D
core_sc000.h
357
__IOM uint32_t
VTOR
; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */
member
413
#define SCB_VTOR_TBLOFF_Pos 7U /*!< SCB
VTOR
: TBLOFF Position */
414
#define SCB_VTOR_TBLOFF_Msk (0x1FFFFFFUL << SCB_VTOR_TBLOFF_Pos) /*!< SCB
VTOR
: TBLOFF Mask */
918
VTOR
must been relocated to SRAM before.
924
uint32_t *vectors = (uint32_t *) ((uintptr_t) SCB->
VTOR
);
in __NVIC_SetVector()
940
uint32_t *vectors = (uint32_t *) ((uintptr_t) SCB->
VTOR
);
in __NVIC_GetVector()
H
A
D
core_cm0plus.h
361
__IOM uint32_t
VTOR
; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */
member
419
#define SCB_VTOR_TBLOFF_Pos 8U /*!< SCB
VTOR
: TBLOFF Position */
420
#define SCB_VTOR_TBLOFF_Msk (0xFFFFFFUL << SCB_VTOR_TBLOFF_Pos) /*!< SCB
VTOR
: TBLOFF Mask */
955
VTOR
must been relocated to SRAM before.
956
If
VTOR
is not present address 0 must be mapped to SRAM.
963
uint32_t *vectors = (uint32_t *) ((uintptr_t) SCB->
VTOR
);
in __NVIC_SetVector()
984
uint32_t *vectors = (uint32_t *) ((uintptr_t) SCB->
VTOR
);
in __NVIC_GetVector()
H
A
D
core_cm4.h
457
__IOM uint32_t
VTOR
; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */
member
528
#define SCB_VTOR_TBLOFF_Pos 7U /*!< SCB
VTOR
: TBLOFF Position */
529
#define SCB_VTOR_TBLOFF_Msk (0x1FFFFFFUL << SCB_VTOR_TBLOFF_Pos) /*!< SCB
VTOR
: TBLOFF Mask */
1916
VTOR
must been relocated to SRAM before.
1922
uint32_t *vectors = (uint32_t *) ((uintptr_t) SCB->
VTOR
);
in __NVIC_SetVector()
1938
uint32_t *vectors = (uint32_t *) ((uintptr_t) SCB->
VTOR
);
in __NVIC_GetVector()
H
A
D
core_sc300.h
384
__IOM uint32_t
VTOR
; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */
member
455
#define SCB_VTOR_TBLBASE_Pos 29U /*!< SCB
VTOR
: TBLBASE Position */
456
#define SCB_VTOR_TBLBASE_Msk (1UL << SCB_VTOR_TBLBASE_Pos) /*!< SCB
VTOR
: TBLBASE Mask */
458
#define SCB_VTOR_TBLOFF_Pos 7U /*!< SCB
VTOR
: TBLOFF Position */
459
#define SCB_VTOR_TBLOFF_Msk (0x3FFFFFUL << SCB_VTOR_TBLOFF_Pos) /*!< SCB
VTOR
: TBLOFF Mask */
1717
VTOR
must been relocated to SRAM before.
1723
uint32_t *vectors = (uint32_t *) ((uintptr_t) SCB->
VTOR
);
in __NVIC_SetVector()
1739
uint32_t *vectors = (uint32_t *) ((uintptr_t) SCB->
VTOR
);
in __NVIC_GetVector()
H
A
D
core_cm3.h
384
__IOM uint32_t
VTOR
; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */
member
456
#define SCB_VTOR_TBLBASE_Pos 29U /*!< SCB
VTOR
: TBLBASE Position */
457
#define SCB_VTOR_TBLBASE_Msk (1UL << SCB_VTOR_TBLBASE_Pos) /*!< SCB
VTOR
: TBLBASE Mask */
459
#define SCB_VTOR_TBLOFF_Pos 7U /*!< SCB
VTOR
: TBLOFF Position */
460
#define SCB_VTOR_TBLOFF_Msk (0x3FFFFFUL << SCB_VTOR_TBLOFF_Pos) /*!< SCB
VTOR
: TBLOFF Mask */
462
#define SCB_VTOR_TBLOFF_Pos 7U /*!< SCB
VTOR
: TBLOFF Position */
463
#define SCB_VTOR_TBLOFF_Msk (0x1FFFFFFUL << SCB_VTOR_TBLOFF_Pos) /*!< SCB
VTOR
: TBLOFF Mask */
1734
VTOR
must been relocated to SRAM before.
1740
uint32_t *vectors = (uint32_t *) ((uintptr_t) SCB->
VTOR
);
in __NVIC_SetVector()
1756
uint32_t *vectors = (uint32_t *) ((uintptr_t) SCB->
VTOR
);
in __NVIC_GetVector()
[all...]
H
A
D
core_cm23.h
387
__IOM uint32_t
VTOR
; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */
member
457
#define SCB_VTOR_TBLOFF_Pos 7U /*!< SCB
VTOR
: TBLOFF Position */
458
#define SCB_VTOR_TBLOFF_Msk (0x1FFFFFFUL << SCB_VTOR_TBLOFF_Pos) /*!< SCB
VTOR
: TBLOFF Mask */
1663
VTOR
must been relocated to SRAM before.
1664
If
VTOR
is not present address 0 must be mapped to SRAM.
1671
uint32_t *vectors = (uint32_t *) ((uintptr_t) SCB->
VTOR
);
in __NVIC_SetVector()
1691
uint32_t *vectors = (uint32_t *) ((uintptr_t) SCB->
VTOR
);
in __NVIC_GetVector()
H
A
D
core_cm35p.h
525
__IOM uint32_t
VTOR
; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */
member
628
#define SCB_VTOR_TBLOFF_Pos 7U /*!< SCB
VTOR
: TBLOFF Position */
629
#define SCB_VTOR_TBLOFF_Msk (0x1FFFFFFUL << SCB_VTOR_TBLOFF_Pos) /*!< SCB
VTOR
: TBLOFF Mask */
2515
VTOR
must been relocated to SRAM before.
2521
uint32_t *vectors = (uint32_t *) ((uintptr_t) SCB->
VTOR
);
in __NVIC_SetVector()
2537
uint32_t *vectors = (uint32_t *) ((uintptr_t) SCB->
VTOR
);
in __NVIC_GetVector()
H
A
D
core_cm33.h
525
__IOM uint32_t
VTOR
; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */
member
628
#define SCB_VTOR_TBLOFF_Pos 7U /*!< SCB
VTOR
: TBLOFF Position */
629
#define SCB_VTOR_TBLOFF_Msk (0x1FFFFFFUL << SCB_VTOR_TBLOFF_Pos) /*!< SCB
VTOR
: TBLOFF Mask */
2515
VTOR
must been relocated to SRAM before.
2521
uint32_t *vectors = (uint32_t *) ((uintptr_t) SCB->
VTOR
);
in __NVIC_SetVector()
2537
uint32_t *vectors = (uint32_t *) ((uintptr_t) SCB->
VTOR
);
in __NVIC_GetVector()
H
A
D
core_cm7.h
472
__IOM uint32_t
VTOR
; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */
member
571
#define SCB_VTOR_TBLOFF_Pos 7U /*!< SCB
VTOR
: TBLOFF Position */
572
#define SCB_VTOR_TBLOFF_Msk (0x1FFFFFFUL << SCB_VTOR_TBLOFF_Pos) /*!< SCB
VTOR
: TBLOFF Mask */
2135
VTOR
must been relocated to SRAM before.
2141
uint32_t *vectors = (uint32_t *) ((uintptr_t) SCB->
VTOR
);
in __NVIC_SetVector()
2157
uint32_t *vectors = (uint32_t *) ((uintptr_t) SCB->
VTOR
);
in __NVIC_GetVector()
H
A
D
core_starmc1.h
536
__IOM uint32_t
VTOR
; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */
member
646
#define SCB_VTOR_TBLOFF_Pos 7U /*!< SCB
VTOR
: TBLOFF Position */
647
#define SCB_VTOR_TBLOFF_Msk (0x1FFFFFFUL << SCB_VTOR_TBLOFF_Pos) /*!< SCB
VTOR
: TBLOFF Mask */
2613
VTOR
must been relocated to SRAM before.
2619
uint32_t *vectors = (uint32_t *) ((uintptr_t) SCB->
VTOR
);
in __NVIC_SetVector()
2635
uint32_t *vectors = (uint32_t *) ((uintptr_t) SCB->
VTOR
);
in __NVIC_GetVector()
H
A
D
core_cm85.h
556
__IOM uint32_t
VTOR
; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */
member
657
#define SCB_VTOR_TBLOFF_Pos 7U /*!< SCB
VTOR
: TBLOFF Position */
658
#define SCB_VTOR_TBLOFF_Msk (0x1FFFFFFUL << SCB_VTOR_TBLOFF_Pos) /*!< SCB
VTOR
: TBLOFF Mask */
4048
VTOR
must been relocated to SRAM before.
4054
uint32_t *vectors = (uint32_t *) ((uintptr_t) SCB->
VTOR
);
in __NVIC_SetVector()
4070
uint32_t *vectors = (uint32_t *) ((uintptr_t) SCB->
VTOR
);
in __NVIC_GetVector()
H
A
D
core_cm55.h
535
__IOM uint32_t
VTOR
; /*!< Offset: 0x008 (R/W) Vector Table Offset Register */
member
636
#define SCB_VTOR_TBLOFF_Pos 7U /*!< SCB
VTOR
: TBLOFF Position */
637
#define SCB_VTOR_TBLOFF_Msk (0x1FFFFFFUL << SCB_VTOR_TBLOFF_Pos) /*!< SCB
VTOR
: TBLOFF Mask */
4024
VTOR
must been relocated to SRAM before.
4030
uint32_t *vectors = (uint32_t *) ((uintptr_t) SCB->
VTOR
);
in __NVIC_SetVector()
4046
uint32_t *vectors = (uint32_t *) ((uintptr_t) SCB->
VTOR
);
in __NVIC_GetVector()
Completed in 80 milliseconds