Searched refs:zero (Results 1 – 2 of 2) sorted by relevance
| /RvlSDK-3.2.2/build/demos/wbcdemo/src/ |
| D | simple_wbc.c | 43 static double zero[WPAD_PRESS_UNITS]; variable 79 zero[0] = status.press[0]; //Normally, set the average for 2 seconds. in ZeroSetStart2() 80 zero[1] = status.press[1]; //Normally, set the average for 2 seconds. in ZeroSetStart2() 81 zero[2] = status.press[2]; //Normally, set the average for 2 seconds. in ZeroSetStart2() 82 zero[3] = status.press[3]; //Normally, set the average for 2 seconds. in ZeroSetStart2() 83 WBCSetZEROPoint( zero,(u32)(sizeof(zero) / sizeof(zero[0]))); in ZeroSetStart2() 107 zero[0] = status.press[0]; //Normally, set the average for 2 seconds. in ZeroSetStart() 108 zero[1] = status.press[1]; //Normally, set the average for 2 seconds. in ZeroSetStart() 109 zero[2] = status.press[2]; //Normally, set the average for 2 seconds. in ZeroSetStart() 110 zero[3] = status.press[3]; //Normally, set the average for 2 seconds. in ZeroSetStart() [all …]
|
| D | balance.c | 44 static double zero[WPAD_PRESS_UNITS]; variable 80 zero[0] = status.press[0]; //Normally, set the average for 2 seconds. in ZeroSetStart2() 81 zero[1] = status.press[1]; //Normally, set the average for 2 seconds. in ZeroSetStart2() 82 zero[2] = status.press[2]; //Normally, set the average for 2 seconds. in ZeroSetStart2() 83 zero[3] = status.press[3]; //Normally, set the average for 2 seconds. in ZeroSetStart2() 84 WBCSetZEROPoint( zero,(u32)(sizeof(zero) / sizeof(zero[0]))); in ZeroSetStart2() 108 zero[0] = status.press[0]; //Normally, set the average for 2 seconds. in ZeroSetStart() 109 zero[1] = status.press[1]; //Normally, set the average for 2 seconds. in ZeroSetStart() 110 zero[2] = status.press[2]; //Normally, set the average for 2 seconds. in ZeroSetStart() 111 zero[3] = status.press[3]; //Normally, set the average for 2 seconds. in ZeroSetStart() [all …]
|