Searched refs:press (Results 1 – 8 of 8) sorted by relevance
| /RvlSDK-3.2/build/demos/wbcdemo/src/ |
| D | simple_wbc.c | 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() 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()
|
| D | balance.c | 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() 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()
|
| D | handling_weight.c | 426 DEMOPrintf( 95, 40, 0, "%5d", status.press[0]); in renderStatus() 427 DEMOPrintf( 95, 110, 0, "%5d", status.press[1]); in renderStatus() 428 DEMOPrintf( 10, 40, 0, "%5d", status.press[2]); in renderStatus() 429 DEMOPrintf( 10, 110, 0, "%5d", status.press[3]); in renderStatus() 440 zero_point[0] += status.press[0]; in renderStatus() 441 zero_point[1] += status.press[1]; in renderStatus() 442 zero_point[2] += status.press[2]; in renderStatus() 443 zero_point[3] += status.press[3]; in renderStatus()
|
| /RvlSDK-3.2/build/demos/gxdemo/src/Indirect/ |
| D | ind-tile-test.c | 330 u16 press = DEMOPadGetButton(0); in AnimTick() local 333 if (press & PAD_TRIGGER_L) in AnimTick() 336 if (press & PAD_TRIGGER_R) in AnimTick()
|
| D | ind-warp.c | 395 u16 press = DEMOPadGetButton(0); in AnimTick() local 427 if (press & PAD_BUTTON_A) in AnimTick() 429 else if (press & PAD_BUTTON_B) in AnimTick()
|
| /RvlSDK-3.2/include/revolution/ |
| D | wpadBalance.h | 59 u16 press[WPAD_PRESS_UNITS]; member
|
| /RvlSDK-3.2/build/demos/wpaddemo/src/ |
| D | wpadsample.c | 1317 …rintf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH) , (s16)(y+FONT_HEIGHT), 0, "%04d", bl->press[0]); in renderStatus() 1318 …rintf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH + 45), y+=FONT_HEIGHT, 0, "%04d", bl->press[1]); in renderStatus() 1319 …rintf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH) , (s16)(y+FONT_HEIGHT), 0, "%04d", bl->press[2]); in renderStatus() 1320 …rintf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH + 45), y+=FONT_HEIGHT, 0, "%04d", bl->press[3]); in renderStatus()
|
| /RvlSDK-3.2/build/libraries/kpad/src/ |
| D | KPAD.c | 2723 …( kp->wbcZeroPoint[ 0 ] * ( kp->wbcZeroPointSampleCount - 1 ) + uwp->u.bl.press[ 0 ] ) / kp->wbcZe… in KPADiSamplingCallback() 2724 …( kp->wbcZeroPoint[ 1 ] * ( kp->wbcZeroPointSampleCount - 1 ) + uwp->u.bl.press[ 1 ] ) / kp->wbcZe… in KPADiSamplingCallback() 2725 …( kp->wbcZeroPoint[ 2 ] * ( kp->wbcZeroPointSampleCount - 1 ) + uwp->u.bl.press[ 2 ] ) / kp->wbcZe… in KPADiSamplingCallback() 2726 …( kp->wbcZeroPoint[ 3 ] * ( kp->wbcZeroPointSampleCount - 1 ) + uwp->u.bl.press[ 3 ] ) / kp->wbcZe… in KPADiSamplingCallback()
|