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_I2C_IDX_1
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/
H
A
D
es8311_codec.c
36
return hi_i2c_write(
HI_I2C_IDX_1
, CODEC_DEVICE_ADDR, &i2c_data);
in codec_write_reg()
47
return hi_i2c_writeread(
HI_I2C_IDX_1
, CODEC_DEVICE_ADDR, &i2c_data);
in codec_read_reg()
H
A
D
app_demo_i2s.c
41
ret = hi_i2c_init(
HI_I2C_IDX_1
, 100000); /* 100000: i2s bit rate */
in es8311_codec_init()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/i2c/
H
A
D
i2c.c
572
if (id >
HI_I2C_IDX_1
|| id < HI_I2C_IDX_0) {
in i2c_read_param_check()
599
if (id >
HI_I2C_IDX_1
|| id < HI_I2C_IDX_0) {
in i2c_writeread_param_check()
693
if (id >
HI_I2C_IDX_1
|| id < HI_I2C_IDX_0) {
in hi_i2c_write()
776
if (baudrate == 0 || id >
HI_I2C_IDX_1
|| id < HI_I2C_IDX_0) {
in hi_i2c_init()
811
if (id >
HI_I2C_IDX_1
|| id < HI_I2C_IDX_0) {
in hi_i2c_deinit()
837
if (id >
HI_I2C_IDX_1
|| id < HI_I2C_IDX_0 || baudrate == 0) {
in hi_i2c_set_baudrate()
858
if (id >
HI_I2C_IDX_1
|| id < HI_I2C_IDX_0) {
in hi_i2c_register_reset_bus_func()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_i2c.h
73
HI_I2C_IDX_1
,
enumerator
Completed in 3 milliseconds