Lines Matching refs:status
46 static WPADBLStatus status; variable
83 zero[0] = (f64)status.press[0]; //Normally, set the average for 2 seconds. in ZeroSetStart2()
84 zero[1] = (f64)status.press[1]; //Normally, set the average for 2 seconds. in ZeroSetStart2()
85 zero[2] = (f64)status.press[2]; //Normally, set the average for 2 seconds. in ZeroSetStart2()
86 zero[3] = (f64)status.press[3]; //Normally, set the average for 2 seconds. in ZeroSetStart2()
96 WPADRead(WPAD_CHAN3, &status); in ZeroSetStart()
99 if((status.temp == 127) || (status.temp == -128)) in ZeroSetStart()
111 zero[0] = (f64)status.press[0]; //Normally, set the average for 2 seconds. in ZeroSetStart()
112 zero[1] = (f64)status.press[1]; //Normally, set the average for 2 seconds. in ZeroSetStart()
113 zero[2] = (f64)status.press[2]; //Normally, set the average for 2 seconds. in ZeroSetStart()
114 zero[3] = (f64)status.press[3]; //Normally, set the average for 2 seconds. in ZeroSetStart()
213 WPADRead(WPAD_CHAN3, &status); in main()
220 WBCRead(&status, weight, (u32)(sizeof(weight) / sizeof(weight[0]))); in main()
224 if (WBCGetTGCWeight(total, &tgc_weight, &status) == WBC_ERR_NONE) in main()