Lines Matching refs:status
37 static WPADBLStatus status; variable
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()
87 WPADRead(WPAD_CHAN3, &status); in ZeroSetStart()
90 if((status.temp == 127) || (status.temp == -128)) in ZeroSetStart()
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()
167 WPADRead(WPAD_CHAN3, &status); in main()
173 WBCRead(&status, weight, (u32)(sizeof(weight) / sizeof(weight[0]))); in main()
177 OSReport("%3.1f[kg]\n", WBCGetTGCWeight(total, &status)); in main()