OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:motion_duration
(Results
1 - 3
of
3
) sorted by null
/hardware/invensense/60xx/mlsdk/mllite/
mlBiasNoMotion.c
202
5 * inv_obj->
motion_duration
) {
255
if (motionFlag == inv_obj->
motion_duration
) {
293
(unsigned char)((inv_obj->
motion_duration
>> 8) & 0xff);
294
regs[1] = (unsigned char)(inv_obj->
motion_duration
& 0xff);
ml.c
329
inv_obj.
motion_duration
= 1536; // motionDuration
473
regs[0] = (unsigned char)((inv_obj.
motion_duration
>> 8) & 0xff);
474
regs[1] = (unsigned char)(inv_obj.
motion_duration
& 0xff);
[
all
...]
ml.h
388
unsigned long
motion_duration
;
member in struct:inv_obj_t
Completed in 186 milliseconds