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_pull
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_io.h
385
}
hi_io_pull
;
typedef
396
* @param val [IN] type #
hi_io_pull
,I/O pull-up enable.CNcomment:待设置的上下拉状态。CNend
404
hi_u32 hi_io_set_pull(hi_io_name id,
hi_io_pull
val);
415
* @param val [OUT] type #
hi_io_pull
*,pull-up status.CNcomment:获取到的上下拉状态。CNend.
423
hi_u32 hi_io_get_pull(hi_io_name id,
hi_io_pull
*val);
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H
A
D
at_io.c
60
hi_io_pull
io_pull_stat;
in at_setup_iosetmode_cmd()
85
io_pull_stat = (
hi_io_pull
)atoi(argv[2]); /* argc 2 */
in at_setup_iosetmode_cmd()
118
hi_io_pull
io_pull_stat;
in at_setup_iogetmode_cmd()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/io/
H
A
D
hi_flashboot_io.c
47
hi_u32 hi_io_get_pull(hi_io_name id,
hi_io_pull
* val)
in hi_io_get_pull()
54
*val = (
hi_io_pull
) ((reg_val >> IO_DRV_PULL_START_BIT) & IO_DRV_PULL_MASK);
in hi_io_get_pull()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
H
A
D
hi_flashboot_io.h
53
* @param val [OUT] type #
hi_io_pull
*,pull-up status.CNcomment:获取到的上下拉状态。CNend.
61
hi_u32 hi_io_get_pull(hi_io_name id,
hi_io_pull
*val);
H
A
D
hi_boot_rom.h
881
}
hi_io_pull
;
typedef
1226
* @param val [IN] type #
hi_io_pull
,I/O pull-up enable.CNcomment:待设置的上下拉状态。CNend
1234
hi_u32 hi_io_set_pull(hi_io_name id,
hi_io_pull
val);
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
H
A
D
hi_boot_rom.h
1091
}
hi_io_pull
;
typedef
1436
* @param val [IN] type #
hi_io_pull
,I/O pull-up enable.CNcomment:待设置的上下拉状态。CNend
1444
hi_u32 hi_io_set_pull(hi_io_name id,
hi_io_pull
val);
Completed in 11 milliseconds