Searched refs:press (Results 1 – 5 of 5) sorted by relevance
| /RvlSDK-WPAD-WBC-3.1/build/demos/wbcdemo/src/ |
| D | simple_wbc.c | 74 zero[0] = status.press[0]; //Normally, set the average for 2 seconds. in ZeroSetStart2() 75 zero[1] = status.press[1]; //Normally, set the average for 2 seconds. in ZeroSetStart2() 76 zero[2] = status.press[2]; //Normally, set the average for 2 seconds. in ZeroSetStart2() 77 zero[3] = status.press[3]; //Normally, set the average for 2 seconds. in ZeroSetStart2() 102 zero[0] = status.press[0]; //Normally, set the average for 2 seconds. in ZeroSetStart() 103 zero[1] = status.press[1]; //Normally, set the average for 2 seconds. in ZeroSetStart() 104 zero[2] = status.press[2]; //Normally, set the average for 2 seconds. in ZeroSetStart() 105 zero[3] = status.press[3]; //Normally, set the average for 2 seconds. in ZeroSetStart()
|
| D | balance.c | 74 zero[0] = status.press[0]; //Normally, set the average for 2 seconds. in ZeroSetStart2() 75 zero[1] = status.press[1]; //Normally, set the average for 2 seconds. in ZeroSetStart2() 76 zero[2] = status.press[2]; //Normally, set the average for 2 seconds. in ZeroSetStart2() 77 zero[3] = status.press[3]; //Normally, set the average for 2 seconds. in ZeroSetStart2() 102 zero[0] = status.press[0]; //Normally, set the average for 2 seconds. in ZeroSetStart() 103 zero[1] = status.press[1]; //Normally, set the average for 2 seconds. in ZeroSetStart() 104 zero[2] = status.press[2]; //Normally, set the average for 2 seconds. in ZeroSetStart() 105 zero[3] = status.press[3]; //Normally, set the average for 2 seconds. in ZeroSetStart()
|
| D | handling_weight.c | 404 DEMOPrintf( 95, 40, 0, "%5d", status.press[0]); in renderStatus() 405 DEMOPrintf( 95, 110, 0, "%5d", status.press[1]); in renderStatus() 406 DEMOPrintf( 10, 40, 0, "%5d", status.press[2]); in renderStatus() 407 DEMOPrintf( 10, 110, 0, "%5d", status.press[3]); in renderStatus() 418 zero_point[0] += status.press[0]; in renderStatus() 419 zero_point[1] += status.press[1]; in renderStatus() 420 zero_point[2] += status.press[2]; in renderStatus() 421 zero_point[3] += status.press[3]; in renderStatus()
|
| /RvlSDK-WPAD-WBC-3.1/build/demos/wpadHealthdemo/src/ |
| D | handling.c | 365 DEMOPrintf(100, 40, 0, "%04x", status.press[0]); in renderStatus() 366 DEMOPrintf(100, 110, 0, "%04x", status.press[1]); in renderStatus() 367 DEMOPrintf( 25, 40, 0, "%04x", status.press[2]); in renderStatus() 368 DEMOPrintf( 25, 110, 0, "%04x", status.press[3]); in renderStatus()
|
| /RvlSDK-WPAD-WBC-3.1/include/revolution/ |
| D | wpadBalance.h | 65 u16 press[WPAD_PRESS_UNITS]; member
|