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:BMA400_SCALE_MIN
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/accel/
H
A
D
bma400.h
87
*
BMA400_SCALE_MIN
macro value represents m/s^2 for 1 LSB before
95
* by the first bit set position from the scale value, so
BMA400_SCALE_MIN
99
* array by left shifting
BMA400_SCALE_MIN
.
105
#define
BMA400_SCALE_MIN
9577
macro
H
A
D
bma400_core.c
443
/* Note this works because
BMA400_SCALE_MIN
is odd */
in bma400_accel_scale_to_raw()
446
if (val >> raw !=
BMA400_SCALE_MIN
)
in bma400_accel_scale_to_raw()
466
data->scale =
BMA400_SCALE_MIN
<< raw_scale;
in bma400_get_accel_scale()
559
bma400_scales[i + 1] =
BMA400_SCALE_MIN
<< raw;
in bma400_init_tables()
756
val2 <
BMA400_SCALE_MIN
|| val2 > BMA400_SCALE_MAX)
in bma400_write_raw()
/kernel/linux/linux-6.6/drivers/iio/accel/
H
A
D
bma400.h
123
*
BMA400_SCALE_MIN
macro value represents m/s^2 for 1 LSB before
131
* by the first bit set position from the scale value, so
BMA400_SCALE_MIN
135
* array by left shifting
BMA400_SCALE_MIN
.
141
#define
BMA400_SCALE_MIN
9577
macro
H
A
D
bma400_core.c
678
/* Note this works because
BMA400_SCALE_MIN
is odd */
in bma400_accel_scale_to_raw()
681
if (val >> raw !=
BMA400_SCALE_MIN
)
in bma400_accel_scale_to_raw()
701
data->scale =
BMA400_SCALE_MIN
<< raw_scale;
in bma400_get_accel_scale()
830
bma400_scales[i + 1] =
BMA400_SCALE_MIN
<< raw;
in bma400_init_tables()
1067
val2 <
BMA400_SCALE_MIN
|| val2 > BMA400_SCALE_MAX)
in bma400_write_raw()
Completed in 4 milliseconds