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:VIC_REG
(Results
1 - 3
of
3
) sorted by relevance
/kernel/liteos_m/arch/csky/v2/gcc/
H
A
D
los_interrupt.c
57
VIC_TYPE *
VIC_REG
= (VIC_TYPE *)VIC_REG_BASE;
variable
113
VIC_REG
->ISER[hwiNum / OS_SYS_VECTOR_CNT] = (UINT32)(1UL << (hwiNum % OS_SYS_VECTOR_CNT));
in HwiUnmask()
114
VIC_REG
->ISSR[hwiNum / OS_SYS_VECTOR_CNT] = (UINT32)(1UL << (hwiNum % OS_SYS_VECTOR_CNT));
in HwiUnmask()
125
VIC_REG
->IPR[hwiNum / PRI_PER_REG] |= (((priority << PRI_OFF_IN_REG) << (hwiNum % PRI_PER_REG)) * PRI_OFF_PER_INT);
in HwiSetPriority()
136
VIC_REG
->ICER[hwiNum / OS_SYS_VECTOR_CNT] = (UINT32)(1UL << (hwiNum % OS_SYS_VECTOR_CNT));
in HwiMask()
147
VIC_REG
->ISPR[hwiNum / OS_SYS_VECTOR_CNT] = (UINT32)(1UL << (hwiNum % OS_SYS_VECTOR_CNT));
in HwiPending()
155
VIC_REG
->ICPR[hwiNum / OS_SYS_VECTOR_CNT] = (UINT32)(1UL << (hwiNum % OS_SYS_VECTOR_CNT));
in HwiClear()
434
VIC_REG
->IABR[i] = 0x0;
in HalHwiInit()
435
VIC_REG
->ICPR[i] = MASK_32_BITS;
in HalHwiInit()
H
A
D
los_arch_interrupt.h
113
extern VIC_TYPE *
VIC_REG
;
H
A
D
los_timer.c
94
VIC_REG
->IWER[0] = 0x1 << TIM_INT_NUM;
in SysTickStart()
Completed in 2 milliseconds