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_buf
(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
23
i2cData.
receive_buf
= NULL;
in IoTI2cWrite()
34
i2cData.
receive_buf
= data;
in IoTI2cRead()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_i2c.h
61
hi_u8*
receive_buf
; /**< Data RX pointer. CNcomment:数据接收指针CNend */
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/
H
A
D
app_demo_i2c.c
83
es8311_i2c_data.
receive_buf
= recv_data;
in i2c_demo_writeread()
H
A
D
es8311_codec.c
46
i2c_data.
receive_buf
= val;
in codec_read_reg()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/i2c/
H
A
D
i2c.c
403
ret = i2c_receive_last_byte(id, i2c_data->
receive_buf
+ i);
in i2c_receive_byte_proc()
408
ret = i2c_receive_byte(id, i2c_data->
receive_buf
+ i);
in i2c_receive_byte_proc()
584
if (i2c_data->
receive_buf
== HI_NULL) {
in i2c_read_param_check()
611
if ((i2c_data->send_buf == HI_NULL) || (i2c_data->
receive_buf
== HI_NULL)) {
in i2c_writeread_param_check()
Completed in 4 milliseconds