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:SpiClose
(Results
1 - 10
of
10
) sorted by relevance
/drivers/hdf_core/framework/include/platform/
H
A
D
spi_if.h
188
void
SpiClose
(DevHandle handle);
/drivers/hdf_core/adapter/platform/spi/
H
A
D
spi_bes.h
65
int (*
SpiClose
)(uint32_t cs);
member
H
A
D
spi_bes.c
59
.
SpiClose
= hal_spi_close
82
.
SpiClose
= hal_spilcd_close
739
ret = spiCtx[spiPort].
SpiClose
(spiDevCfg->cs);
/drivers/hdf_core/framework/support/platform/src/spi/
H
A
D
spi_if.c
95
void
SpiClose
(DevHandle handle)
in SpiClose()
function
101
HDF_LOGE("
SpiClose
: handle is null!");
in SpiClose()
108
HDF_LOGE("
SpiClose
: error, ret is %d!", ret);
in SpiClose()
H
A
D
spi_if_u.c
325
void
SpiClose
(DevHandle handle)
in SpiClose()
function
333
HDF_LOGE("
SpiClose
: handle is null!");
in SpiClose()
340
HDF_LOGE("
SpiClose
: fail to obtain data!");
in SpiClose()
344
HDF_LOGE("
SpiClose
: write csNum fail!");
in SpiClose()
350
HDF_LOGE("
SpiClose
: service is invalid!");
in SpiClose()
355
HDF_LOGE("
SpiClose
: failed, ret is %d!", ret);
in SpiClose()
/drivers/hdf_core/framework/support/platform/test/fuzztest/spi_fuzzer/
H
A
D
spi_fuzzer.cpp
102
SpiClose
(handle);
in SpiFuzzTest()
/drivers/peripheral/sensor/chipset/ppg/
H
A
D
ppg_cs1262_spi.c
47
SpiClose
(busCfg->spiCfg.handle);
in Cs1262ReleaseSpi()
76
SpiClose
(busCfg->spiCfg.handle);
in Cs1262InitSpi()
/drivers/hdf_core/framework/model/display/driver/panel/
H
A
D
ssp_st7789.c
113
SpiClose
(spiHandle);
in GetSpiHandle()
/drivers/hdf_core/framework/model/sensor/driver/common/src/
H
A
D
sensor_config_parser.c
224
SpiClose
(busCfg->spiCfg.handle);
in GetSensorSpiHandle()
259
SpiClose
(busCfg->spiCfg.handle);
in ReleaseSensorBusHandle()
/drivers/hdf_core/framework/test/unittest/platform/common/
H
A
D
spi_test.c
141
SpiClose
(tester->handle);
in SpiTesterPut()
Completed in 6 milliseconds