Lines Matching refs:status
45 static WPADBLStatus status; variable
82 zero[0] = (f64)status.press[0]; //Normally, set the average for 2 seconds. in ZeroSetStart2()
83 zero[1] = (f64)status.press[1]; //Normally, set the average for 2 seconds. in ZeroSetStart2()
84 zero[2] = (f64)status.press[2]; //Normally, set the average for 2 seconds. in ZeroSetStart2()
85 zero[3] = (f64)status.press[3]; //Normally, set the average for 2 seconds. in ZeroSetStart2()
95 WPADRead(WPAD_CHAN3, &status); in ZeroSetStart()
98 if((status.temp == 127) || (status.temp == -128)) in ZeroSetStart()
110 zero[0] = (f64)status.press[0]; //Normally, set the average for 2 seconds. in ZeroSetStart()
111 zero[1] = (f64)status.press[1]; //Normally, set the average for 2 seconds. in ZeroSetStart()
112 zero[2] = (f64)status.press[2]; //Normally, set the average for 2 seconds. in ZeroSetStart()
113 zero[3] = (f64)status.press[3]; //Normally, set the average for 2 seconds. in ZeroSetStart()
175 WPADRead(WPAD_CHAN3, &status); in main()
182 WBCRead(&status, weight, (u32)(sizeof(weight) / sizeof(weight[0]))); in main()
186 if (WBCGetTGCWeight(total, &tgc_weight, &status) == WBC_ERR_NONE) in main()