OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INV_ACCEL_BIAS
(Results
1 - 3
of
3
) sorted by null
/hardware/invensense/mlsdk/mllite/
mlarray_legacy.c
67
* -
INV_ACCEL_BIAS
137
case
INV_ACCEL_BIAS
:
329
* -
INV_ACCEL_BIAS
:
435
case
INV_ACCEL_BIAS
:
488
* -
INV_ACCEL_BIAS
515
case
INV_ACCEL_BIAS
:
541
* -
INV_ACCEL_BIAS
569
case
INV_ACCEL_BIAS
: // internal
ml_stored_data.c
345
if (inv_set_array(
INV_ACCEL_BIAS
, accelBias)) {
346
LOG_RESULT_LOCATION(inv_set_array(
INV_ACCEL_BIAS
, accelBias));
347
return inv_set_array(
INV_ACCEL_BIAS
, accelBias);
497
if (inv_set_array(
INV_ACCEL_BIAS
, accel_bias)) {
498
LOG_RESULT_LOCATION(inv_set_array(
INV_ACCEL_BIAS
, accel_bias));
499
return inv_set_array(
INV_ACCEL_BIAS
, accel_bias);
654
if (inv_set_array(
INV_ACCEL_BIAS
, bias)) {
655
LOG_RESULT_LOCATION(inv_set_array(
INV_ACCEL_BIAS
, bias));
656
return inv_set_array(
INV_ACCEL_BIAS
, bias);
[
all
...]
ml.h
162
#define
INV_ACCEL_BIAS
0x000E
Completed in 28 milliseconds