Lines Matching refs:status
42 static WPADBLStatus status; 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()
92 WPADRead(WPAD_CHAN3, &status); in ZeroSetStart()
95 if((status.temp == 127) || (status.temp == -128)) in ZeroSetStart()
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()
172 WPADRead(WPAD_CHAN3, &status); in main()
179 WBCRead(&status, weight, (u32)(sizeof(weight) / sizeof(weight[0]))); in main()
183 if (WBCGetTGCWeight(total, &tgc_weight, &status) == WBC_ERR_NONE) in main()