Home | History | Annotate | Download | only in mlutils

Lines Matching full:dataout

181 static unsigned char dataout[20];
417 MPUREG_FIFO_COUNTH, 2, dataout);
420 packet_count = CHARS_TO_SHORT(dataout) / 6;
429 mputestCfgPtr->addr, 6, dataout);
431 x[total_count + i] = CHARS_TO_SHORT(&dataout[0]);
432 y[total_count + i] = CHARS_TO_SHORT(&dataout[2]);
433 z[total_count + i] = CHARS_TO_SHORT(&dataout[4]);
459 MPUREG_TEMP_OUT_H, 2, dataout);
461 temperature += (short)CHARS_TO_SHORT(dataout);
683 MPUREG_FIFO_COUNTH, 2, dataout);
689 packet_count = CHARS_TO_SHORT(dataout) / 6;
698 mputestCfgPtr->addr, 6, dataout);
703 x[total_count + i] = CHARS_TO_SHORT(&dataout[0]);
704 y[total_count + i] = CHARS_TO_SHORT(&dataout[2]);
705 z[total_count + i] = CHARS_TO_SHORT(&dataout[4]);
732 MPUREG_TEMP_OUT_H, 2, dataout);
737 temperature += (short)CHARS_TO_SHORT(dataout);