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:SysTick_NS
(Results
1 - 6
of
6
) sorted by relevance
/third_party/cmsis/CMSIS/Core/Include/
H
A
D
core_cm23.h
1264
#define
SysTick_NS
((SysTick_Type *) SysTick_BASE_NS ) /*!< SysTick configuration struct (non-secure address space) */
macro
2121
SysTick_NS
->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */
in TZ_SysTick_Config_NS()
2123
SysTick_NS
->VAL = 0UL; /* Load the SysTick Counter Value */
in TZ_SysTick_Config_NS()
2124
SysTick_NS
->CTRL = SysTick_CTRL_CLKSOURCE_Msk |
in TZ_SysTick_Config_NS()
H
A
D
core_cm35p.h
2081
#define
SysTick_NS
((SysTick_Type *) SysTick_BASE_NS ) /*!< SysTick configuration struct (non-secure address space) */
macro
3011
SysTick_NS
->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */
in TZ_SysTick_Config_NS()
3013
SysTick_NS
->VAL = 0UL; /* Load the SysTick Counter Value */
in TZ_SysTick_Config_NS()
3014
SysTick_NS
->CTRL = SysTick_CTRL_CLKSOURCE_Msk |
in TZ_SysTick_Config_NS()
H
A
D
core_cm33.h
2081
#define
SysTick_NS
((SysTick_Type *) SysTick_BASE_NS ) /*!< SysTick configuration struct (non-secure address space) */
macro
3011
SysTick_NS
->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */
in TZ_SysTick_Config_NS()
3013
SysTick_NS
->VAL = 0UL; /* Load the SysTick Counter Value */
in TZ_SysTick_Config_NS()
3014
SysTick_NS
->CTRL = SysTick_CTRL_CLKSOURCE_Msk |
in TZ_SysTick_Config_NS()
H
A
D
core_starmc1.h
2178
#define
SysTick_NS
((SysTick_Type *) SysTick_BASE_NS ) /*!< SysTick configuration struct (non-secure address space) */
macro
3506
SysTick_NS
->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */
in TZ_SysTick_Config_NS()
3508
SysTick_NS
->VAL = 0UL; /* Load the SysTick Counter Value */
in TZ_SysTick_Config_NS()
3509
SysTick_NS
->CTRL = SysTick_CTRL_CLKSOURCE_Msk |
in TZ_SysTick_Config_NS()
H
A
D
core_cm85.h
3614
#define
SysTick_NS
((SysTick_Type *) SysTick_BASE_NS ) /*!< SysTick configuration struct (non-secure address space) */
macro
4664
SysTick_NS
->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */
in TZ_SysTick_Config_NS()
4666
SysTick_NS
->VAL = 0UL; /* Load the SysTick Counter Value */
in TZ_SysTick_Config_NS()
4667
SysTick_NS
->CTRL = SysTick_CTRL_CLKSOURCE_Msk |
in TZ_SysTick_Config_NS()
H
A
D
core_cm55.h
3590
#define
SysTick_NS
((SysTick_Type *) SysTick_BASE_NS ) /*!< SysTick configuration struct (non-secure address space) */
macro
4623
SysTick_NS
->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */
in TZ_SysTick_Config_NS()
4625
SysTick_NS
->VAL = 0UL; /* Load the SysTick Counter Value */
in TZ_SysTick_Config_NS()
4626
SysTick_NS
->CTRL = SysTick_CTRL_CLKSOURCE_Msk |
in TZ_SysTick_Config_NS()
Completed in 66 milliseconds