OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parameterAxis
(Results
1 - 2
of
2
) sorted by null
/hardware/invensense/60xx/mlsdk/mllite/
mlcontrol.c
74
MLCTRL_PARAMETER_AXIS_3_DEFAULT}, //
parameterAxis
509
* @param
parameterAxis
Indicates which axis of the parameter array will be used.
518
unsigned short
parameterAxis
)
534
switch (
parameterAxis
) {
537
cntrl_params.
parameterAxis
[0] = 0;
541
cntrl_params.
parameterAxis
[0] = 1;
545
cntrl_params.
parameterAxis
[0] = 2;
558
switch (
parameterAxis
) {
561
cntrl_params.
parameterAxis
[1] = 0;
565
cntrl_params.
parameterAxis
[1] = 1
[
all
...]
mlcontrol.h
146
unsigned short
parameterAxis
[4];
Completed in 1049 milliseconds