Home
last modified time | relevance | path

Searched refs:press (Results 1 – 5 of 5) sorted by relevance

/RvlSDK-WPAD-WBC-3.1/build/demos/wbcdemo/src/
Dsimple_wbc.c74 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()
Dbalance.c74 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()
Dhandling_weight.c404 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/
Dhandling.c365 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/
DwpadBalance.h65 u16 press[WPAD_PRESS_UNITS]; member