OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compass_bias_error
(Results
1 - 5
of
5
) sorted by null
/hardware/invensense/mlsdk/mllite/
mlsupervisor.c
268
inv_obj.
compass_bias_error
[i] = 35;
582
inv_obj.
compass_bias_error
[0] = P_INIT;
583
inv_obj.
compass_bias_error
[1] = P_INIT;
584
inv_obj.
compass_bias_error
[2] = P_INIT;
mlarray.c
882
data[0] = inv_obj.
compass_bias_error
[0];
883
data[1] = inv_obj.
compass_bias_error
[1];
884
data[2] = inv_obj.
compass_bias_error
[2];
[
all
...]
ml_stored_data.c
670
inv_obj.
compass_bias_error
[i] = (int32_t) t;
671
LOADCAL_LOG("
compass_bias_error
[%d] = %ld\n", i,
672
inv_obj.
compass_bias_error
[i]);
[
all
...]
ml.h
313
long
compass_bias_error
[3];
member in struct:inv_obj_t
ml.c
337
inv_obj.
compass_bias_error
[ii] = P_INIT;
[
all
...]
Completed in 44 milliseconds