OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fusionHandleGyro
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/inc/algos/
fusion.h
77
void
fusionHandleGyro
(struct Fusion *fusion, const struct Vec3 *w, float dT);
/device/google/contexthub/firmware/src/drivers/orientation/
orientation.c
471
fusionHandleGyro
(&mTask.fusion, &w, dT);
474
fusionHandleGyro
(&mTask.game, &w, dT);
/device/google/contexthub/firmware/src/algos/
fusion.c
390
void
fusionHandleGyro
(struct Fusion *fusion, const struct Vec3 *w, float dT) {
Completed in 368 milliseconds