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:fullscale
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/gyro/
H
A
D
adis16136.c
61
unsigned int
fullscale
;
member
319
*val2 = (adis16136->chip_info->
fullscale
<< 16);
in adis16136_read_raw()
506
.
fullscale
= 24000,
511
.
fullscale
= 24000,
516
.
fullscale
= 24623,
521
.
fullscale
= 24609,
H
A
D
mpu3050-core.c
222
mpu3050->
fullscale
<< MPU3050_FS_SHIFT |
in mpu3050_start_sampling()
315
*val = mpu3050_fs_precision[mpu3050->
fullscale
] * 2;
in mpu3050_read_raw()
438
mpu3050->
fullscale
= FS_2000_DPS;
in mpu3050_write_raw()
445
*
fullscale
in the table.
in mpu3050_write_raw()
449
mpu3050->
fullscale
= FS_250_DPS;
in mpu3050_write_raw()
452
mpu3050->
fullscale
= FS_500_DPS;
in mpu3050_write_raw()
455
mpu3050->
fullscale
= FS_1000_DPS;
in mpu3050_write_raw()
458
mpu3050->
fullscale
= FS_2000_DPS;
in mpu3050_write_raw()
1157
/* Default
fullscale
: 2000 degrees per second */
in mpu3050_common_probe()
1158
mpu3050->
fullscale
in mpu3050_common_probe()
[all...]
H
A
D
mpu3050.h
49
* @
fullscale
: the current
fullscale
setting for the device
75
enum mpu3050_fullscale
fullscale
;
member
/kernel/linux/linux-6.6/drivers/iio/gyro/
H
A
D
adis16136.c
56
unsigned int
fullscale
;
member
311
*val2 = (adis16136->chip_info->
fullscale
<< 16);
in adis16136_read_raw()
498
.
fullscale
= 24000,
503
.
fullscale
= 24000,
508
.
fullscale
= 24623,
513
.
fullscale
= 24609,
H
A
D
mpu3050-core.c
224
mpu3050->
fullscale
<< MPU3050_FS_SHIFT |
in mpu3050_start_sampling()
317
*val = mpu3050_fs_precision[mpu3050->
fullscale
] * 2;
in mpu3050_read_raw()
440
mpu3050->
fullscale
= FS_2000_DPS;
in mpu3050_write_raw()
447
*
fullscale
in the table.
in mpu3050_write_raw()
451
mpu3050->
fullscale
= FS_250_DPS;
in mpu3050_write_raw()
454
mpu3050->
fullscale
= FS_500_DPS;
in mpu3050_write_raw()
457
mpu3050->
fullscale
= FS_1000_DPS;
in mpu3050_write_raw()
460
mpu3050->
fullscale
= FS_2000_DPS;
in mpu3050_write_raw()
1159
/* Default
fullscale
: 2000 degrees per second */
in mpu3050_common_probe()
1160
mpu3050->
fullscale
in mpu3050_common_probe()
[all...]
H
A
D
mpu3050.h
49
* @
fullscale
: the current
fullscale
setting for the device
75
enum mpu3050_fullscale
fullscale
;
member
/kernel/linux/linux-5.10/drivers/iio/adc/
H
A
D
ti-ads1015.c
433
int
fullscale
= div_s64((scale * 1000000LL + uscale) <<
in ads1015_set_scale()
local
437
if (ads1015_fullscale_range[i] ==
fullscale
) {
in ads1015_set_scale()
/kernel/linux/linux-6.6/drivers/iio/adc/
H
A
D
ti-ads1015.c
483
int
fullscale
= div_s64((scale * 1000000LL + uscale) <<
in ads1015_set_scale()
local
487
if (ads1015_fullscale_range[i] ==
fullscale
) {
in ads1015_set_scale()
Completed in 14 milliseconds