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:hi_event_create
(Results
1 - 9
of
9
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
H
A
D
hi_event.h
82
hi_u32
hi_event_create
(HI_OUT hi_u32 *id);
202
* @see
hi_event_create
。
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_event.h
77
hi_u32
hi_event_create
(HI_OUT hi_u32 *id);
194
* @see
hi_event_create
。
H
A
D
hi_hook_fuc.h
52
typedef hi_u32 (*fuc_type_name(
hi_event_create
))(HI_OUT hi_u32 * id);
166
fuc_type_name(
hi_event_create
) hi_event_create_hook;
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/
H
A
D
app_demo_i2s.c
204
ret =
hi_event_create
(&g_audio_event);
in i2s_demo()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
hi_event.c
80
hi_u32
hi_event_create
(HI_OUT hi_u32 *id)
in hi_event_create()
function
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/
H
A
D
uart.c
88
ret =
hi_event_create
(&udd->event_id);
in uart_open()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/
H
A
D
frw_event.c
275
hi_event_create
(&g_app_event_id);
in frw_event_init()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/spi/
H
A
D
hi_spi.c
545
ret =
hi_event_create
(&g_spi_ctrl[id]->event_id);
in hi_spi_init()
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H
A
D
hi_at.c
677
hi_event_create
(&g_at_event);
in hi_at_init()
Completed in 7 milliseconds