OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inv_get_float_array
(Results
1 - 3
of
3
) sorted by null
/hardware/invensense/60xx/libsensors/
MPLSensor.cpp
598
res =
inv_get_float_array
(INV_GYROS, s->gyro.v);
611
res =
inv_get_float_array
(INV_ACCELS, s->acceleration.v);
644
res =
inv_get_float_array
(INV_MAGNETOMETER, s->magnetic.v);
648
"compass_handler
inv_get_float_array
(INV_MAGNETOMETER) returned %d",
667
r =
inv_get_float_array
(INV_QUATERNION, quat);
705
res =
inv_get_float_array
(INV_LINEAR_ACCELERATION, s->gyro.v);
718
res =
inv_get_float_array
(INV_GRAVITY, s->gyro.v);
778
res =
inv_get_float_array
(INV_ROTATION_MATRIX, rot_mat);
[
all
...]
/hardware/invensense/60xx/mlsdk/mllite/
mlarray_legacy.c
73
* Please refer to the documentation of
inv_get_float_array
() for a
187
* @brief
inv_get_float_array
is used to get an array of processed motion sensor
386
inv_error_t
inv_get_float_array
(int dataSet, float *data)
function
ml.h
468
inv_error_t
inv_get_float_array
(int dataSet, float *data);
Completed in 78 milliseconds