Home | History | Annotate | Download | only in libsensors_iio

Lines Matching refs:gyroBuf

218     char gyroBuf[5];
227 memset(gyroBuf, 0, sizeof(gyroBuf));
228 count = read_attribute_sensor(fd, gyroBuf, sizeof(gyroBuf));
232 count = sscanf(gyroBuf, "%ld", &mGyroScale);