OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INV_GRID
(Results
1 - 2
of
2
) sorted by null
/hardware/invensense/60xx/mlsdk/mllite/
mlcontrol.h
70
#define
INV_GRID
0x0001 // Indicates that the user will be controlling a system that
74
#define INV_HYSTERESIS 0x0008 // Indicates that, when
INV_GRID
is selected, hysteresis should be used to prevent
137
// Indicates what functions will be used. Can be a bitwise OR of
INV_GRID
,
mlcontrol.c
180
* -
INV_GRID
189
* Indicates that, when
INV_GRID
is selected, hysteresis should
235
* If
INV_GRID
is being used, inv_get_grid_number will probably be preferrable.
689
if (cntrl_params.functions &
INV_GRID
) {
Completed in 26 milliseconds