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:I2C_START
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/i2c/std_i2c/
H
A
D
drv_i2c.c
269
i2c_write_reg((g_i2c_kernel_addr[i2c_num] + I2C_COM_REB), (I2C_WRITE |
I2C_START
));
in i2c_drv_write_config()
353
i2c_write_reg((g_i2c_kernel_addr[i2c_num] + I2C_COM_REB), (I2C_WRITE |
I2C_START
));
in i2c_drv_set_write_mode()
379
i2c_write_reg((g_i2c_kernel_addr[i2c_num] + I2C_COM_REB),
I2C_START
| I2C_WRITE);
in i2c_drv_set_read_mode()
494
i2c_write_reg((g_i2c_kernel_addr[i2c_num] + I2C_COM_REB), (I2C_WRITE |
I2C_START
));
in i2c_drv_write()
552
i2c_write_reg((g_i2c_kernel_addr[i2c_info->i2c_num] + I2C_COM_REB), (I2C_WRITE |
I2C_START
));
in i2c_drv_send_slave_by_int()
653
i2c_write_reg((g_i2c_kernel_addr[i2c_num] + I2C_COM_REB), I2C_WRITE |
I2C_START
);
in i2c_drv_read_si_labs()
710
i2c_write_reg((g_i2c_kernel_addr[i2c_num] + I2C_COM_REB), (I2C_WRITE |
I2C_START
));
in i2c_drv_write_sony()
766
i2c_write_reg((g_i2c_kernel_addr[i2c_num] + I2C_COM_REB), I2C_WRITE |
I2C_START
);
in i2c_drv_read_sony()
H
A
D
drv_i2c.h
75
#define
I2C_START
(1 << 3)
macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/i2c/
H
A
D
i2c.h
63
#define
I2C_START
(1<<3)
macro
H
A
D
i2c.c
143
hi_reg_write32((i2c_base(id) + I2C_COM), (
I2C_START
| I2C_WRITE));
in i2c_start()
Completed in 6 milliseconds