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:HWI_MODE_T
(Results
1 - 25
of
79
) sorted by relevance
1
2
3
4
/kernel/liteos_a/arch/arm/include/
H
A
D
los_hwi.h
229
typedef UINT16
HWI_MODE_T
;
typedef
382
* @param hwiMode [IN] Type #
HWI_MODE_T
: hardware interrupt mode. Ignore this parameter temporarily.
398
HWI_MODE_T
hwiMode,
/kernel/liteos_m/testsuites/sample/kernel/hwi/
H
A
D
it_los_hwi_017.c
46
HWI_MODE_T
mode = 0;
in TaskF01()
90
HWI_MODE_T
mode = 0;
in Testcase()
H
A
D
it_los_hwi_002.c
40
HWI_MODE_T
mode = 0;
in Testcase()
H
A
D
it_los_hwi_006.c
46
HWI_MODE_T
mode = 0;
in Testcase()
H
A
D
it_los_hwi_004.c
45
HWI_MODE_T
mode = 0;
in Testcase()
H
A
D
it_los_hwi_001.c
45
HWI_MODE_T
mode = 0;
in Testcase()
H
A
D
it_los_hwi_007.c
46
HWI_MODE_T
mode = 0;
in Testcase()
H
A
D
it_los_hwi_008.c
45
HWI_MODE_T
mode = 0;
in Testcase()
H
A
D
it_los_hwi_010.c
46
HWI_MODE_T
mode = 0;
in Testcase()
H
A
D
it_los_hwi_027.c
47
HWI_MODE_T
mode = 0;
in Testcase()
H
A
D
it_los_hwi_033.c
54
HWI_MODE_T
mode = 0;
in Testcase()
H
A
D
it_los_hwi_030.c
50
HWI_MODE_T
mode = 0;
in Testcase()
H
A
D
it_los_hwi_034.c
49
HWI_MODE_T
mode = 0;
in Testcase()
H
A
D
it_los_hwi_031.c
50
HWI_MODE_T
mode = 0;
in Testcase()
H
A
D
llt_los_hwi_035.c
51
HWI_MODE_T
mode = 0;
in Testcase()
H
A
D
it_los_hwi_039.c
44
HWI_MODE_T
mode = 0;
in Testcase()
H
A
D
it_los_hwi_005.c
51
HWI_MODE_T
mode = 0;
in Testcase()
H
A
D
it_los_hwi_003.c
46
HWI_MODE_T
mode = 0;
in Testcase()
H
A
D
it_los_hwi_018.c
71
HWI_MODE_T
mode = 0;
in Testcase()
H
A
D
it_los_hwi_015.c
66
HWI_MODE_T
mode = 0;
in Testcase()
H
A
D
it_los_hwi_026.c
47
HWI_MODE_T
mode = 0;
in SwtmrF01()
H
A
D
it_los_hwi_022.c
57
HWI_MODE_T
mode = 0;
in Testcase()
/kernel/liteos_a/arch/arm/arm/src/
H
A
D
los_hwi.c
147
STATIC UINT32 OsHwiCreateNoShared(HWI_HANDLE_T hwiNum,
HWI_MODE_T
hwiMode,
in OsHwiCreateNoShared()
229
STATIC UINT32 OsHwiCreateShared(HWI_HANDLE_T hwiNum,
HWI_MODE_T
hwiMode,
in OsHwiCreateShared()
236
HWI_MODE_T
modeResult = hwiMode & IRQF_SHARED;
in OsHwiCreateShared()
309
HWI_MODE_T
hwiMode,
in LOS_HwiCreate()
/kernel/liteos_m/arch/include/
H
A
D
los_interrupt.h
46
typedef UINT16
HWI_MODE_T
;
typedef
129
* @param mode [IN] Type#
HWI_MODE_T
: hardware interrupt mode. Ignore this parameter temporarily.
144
UINT32 ArchHwiCreate(HWI_HANDLE_T hwiNum, HWI_PRIOR_T hwiPrio,
HWI_MODE_T
mode,
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/task/full/
H
A
D
It_los_task_080.c
57
HWI_MODE_T
mode = 0;
in Testcase()
Completed in 6 milliseconds
1
2
3
4