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_IO_NAME_GPIO_0
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/
H
A
D
app_demo_io_gpio.c
38
ret = hi_io_set_func(
HI_IO_NAME_GPIO_0
, HI_IO_FUNC_GPIO_0_GPIO);
in io_gpio_demo()
H
A
D
app_demo_spi.c
142
hi_io_set_func(
HI_IO_NAME_GPIO_0
, HI_IO_FUNC_GPIO_0_SPI1_CK);
in app_demo_spi_config_gpio()
146
hi_io_set_driver_strength(
HI_IO_NAME_GPIO_0
, HI_IO_DRIVER_STRENGTH_2);
in app_demo_spi_config_gpio()
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/init/
H
A
D
app_io_init.c
73
hi_io_set_func(
HI_IO_NAME_GPIO_0
, HI_IO_FUNC_GPIO_0_I2C1_SDA);
in app_io_init()
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/wifiiot_app/init/
H
A
D
app_io_init.c
52
hi_io_set_func(
HI_IO_NAME_GPIO_0
, HI_IO_FUNC_GPIO_0_I2C1_SDA);
in app_io_init()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_io.h
34
HI_IO_NAME_GPIO_0
, /**< GPIO0 */
enumerator
355
* Note: The
HI_IO_NAME_GPIO_0
~HI_IO_NAME_GPIO_11 and HI_IO_NAME_GPIO_13~HI_IO_NAME_GPIO_14 driver capabilities are
357
* HI_IO_DRIVER_STRENGTH_0~HI_IO_DRIVER_STRENGTH_7.CNcomment:注意:
HI_IO_NAME_GPIO_0
~HI_IO_NAME_GPIO_11、
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
H
A
D
hi_boot_rom.h
847
HI_IO_NAME_GPIO_0
, /* GPIO0 */
enumerator
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
H
A
D
hi_boot_rom.h
1057
HI_IO_NAME_GPIO_0
, /* GPIO0 */
enumerator
Completed in 8 milliseconds