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:als
(Results
1 - 6
of
6
) sorted by relevance
/drivers/peripheral/sensor/chipset/als/
H
A
D
als_bh1750.c
57
rawData->
als
= (tempValue * BH1750_TEMP_CONSATNT_1) / BH1750_TEMP_CONSATNT_2;
in ReadBh1750RawData()
65
static int32_t
als
;
in ReadBh1750Data()
local
75
als
= rawData.
als
;
in ReadBh1750Data()
80
event.dataLen = sizeof(
als
);
in ReadBh1750Data()
81
event.data = (uint8_t *)&
als
;
in ReadBh1750Data()
152
HDF_LOGE("%s: Register BH1750
als
failed", __func__);
in Bh1750InitDriver()
158
HDF_LOGE("%s: Init BH1750
als
failed", __func__);
in Bh1750InitDriver()
H
A
D
als_bh1750.h
32
int32_t
als
;
member
H
A
D
als_bh1745.c
159
reportData->
als
= ((luxTemp / gain) * BH1745_GAIN_16X / time) * BH1745_TIME_160MSEC;
in CalLux()
175
reportData->
als
= (reportData->
als
> 0) ? reportData->
als
: 0;
in RawDataConvert()
267
event->dataLen = sizeof(reportData.
als
);
in ReadBh1745Data()
268
event->data = (uint8_t *)&reportData.
als
;
in ReadBh1745Data()
355
HDF_LOGE("%s: Register BH1745
als
failed", __func__);
in Bh1745InitDriver()
361
HDF_LOGE("%s: Init BH1745
als
failed", __func__);
in Bh1745InitDriver()
/drivers/hdf_core/adapter/khdf/liteos/model/sensor/
H
A
D
Makefile
40
$(FRAMEWORKS_SENSOR_ROOT)/
als
\
41
$(PERIPHERAL_SENSOR_ROOT)/chipset/
als
\
62
LOCAL_SRCS += $(FRAMEWORKS_SENSOR_ROOT)/
als
/sensor_als_driver.c \
63
$(PERIPHERAL_SENSOR_ROOT)/chipset/
als
/als_bh1745.c
/drivers/hdf_core/adapter/khdf/linux/model/sensor/
H
A
D
Makefile
35
obj-$(CONFIG_DRIVERS_HDF_SENSOR_ALS) += $(SENSOR_ROOT_DIR)/
als
/sensor_als_driver.o
37
obj-$(CONFIG_DRIVERS_HDF_SENSOR_ALS_BH1745) += $(SENSOR_ROOT_CHIPSET)/chipset/
als
/als_bh1745.o
39
obj-$(CONFIG_DRIVERS_HDF_SENSOR_ALS_BH1750) += $(SENSOR_ROOT_CHIPSET)/chipset/
als
/als_bh1750.o
85
-I$(srctree)/drivers/hdf/framework/model/sensor/driver/
als
\
86
-I$(srctree)/drivers/hdf/peripheral/sensor/chipset/
als
\
/drivers/hdf_core/framework/model/sensor/driver/als/
H
A
D
sensor_als_driver.h
48
int32_t
als
;
member
Completed in 3 milliseconds