Lines Matching refs:gyroScale
240 char gyroScale[5];247 memset(gyroScale, 0, sizeof(gyroScale));248 count = read_attribute_sensor(fd, gyroScale, sizeof(gyroScale));252 count = sscanf(gyroScale, "%ld", &mGyroSelfTestScale);