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:receive_len
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/iot_hardware/wifiiot_lite/
H
A
D
hal_iot_i2c.c
24
i2cData.
receive_len
= 0;
in IoTI2cWrite()
35
i2cData.
receive_len
= dataLen;
in IoTI2cRead()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_i2c.h
62
hi_u32
receive_len
; /**< Length of received data (unit: byte).
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/
H
A
D
app_demo_i2c.c
84
es8311_i2c_data.
receive_len
= recv_len;
in i2c_demo_writeread()
H
A
D
es8311_codec.c
45
i2c_data.
receive_len
= 1;
in codec_read_reg()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/i2c/
H
A
D
i2c.c
401
for (i = 0; i < (i2c_data->
receive_len
); i++) {
in i2c_receive_byte_proc()
402
if (i == (i2c_data->
receive_len
- 1)) {
in i2c_receive_byte_proc()
589
if (i2c_data->
receive_len
== 0) {
in i2c_read_param_check()
590
i2c_error("invalid
receive_len
. \n");
in i2c_read_param_check()
616
if (i2c_data->
receive_len
== 0 || i2c_data->send_len == 0) {
in i2c_writeread_param_check()
617
i2c_error("invalid
receive_len
or send_len. \n");
in i2c_writeread_param_check()
Completed in 3 milliseconds