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_SPI_ID_1
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/spi/
H
A
D
hi_spi.c
197
if ((hi_u32)id >
HI_SPI_ID_1
|| byte_len == 0 ||
in spi_host_writeread()
247
if (id >
HI_SPI_ID_1
|| id < HI_SPI_ID_0) {
in hi_spi_set_loop_back_mode()
272
if ((hi_u32)id >
HI_SPI_ID_1
|| write_data == HI_NULL || byte_len == 0 || id < HI_SPI_ID_0) {
in hi_spi_slave_write()
314
if ((hi_u32)id >
HI_SPI_ID_1
|| read_data == HI_NULL || byte_len == 0 || id < HI_SPI_ID_0) {
in hi_spi_slave_read()
355
if ((id >
HI_SPI_ID_1
) || (id < HI_SPI_ID_0) || byte_len == 0 ||
in hi_spi_host_writeread()
364
if ((id >
HI_SPI_ID_1
) || (id < HI_SPI_ID_0) || (byte_len == 0) || (read_data == HI_NULL)) {
in hi_spi_host_read()
372
if ((id >
HI_SPI_ID_1
) || (id < HI_SPI_ID_0) || (byte_len == 0) || (write_data == HI_NULL)) {
in hi_spi_host_write()
380
if ((id >
HI_SPI_ID_1
) || (id < HI_SPI_ID_0)) {
in hi_spi_set_irq_mode()
400
if (id >
HI_SPI_ID_1
) {
in hi_spi_set_dma_mode()
420
if ((id >
HI_SPI_ID_1
) || (i
in hi_spi_register_usr_func()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_spi.h
47
HI_SPI_ID_1
,
enumerator
Completed in 2 milliseconds