OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gyroScale
(Results
1 - 6
of
6
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/c++/
adis16448.cxx
54
std::cout << "XGYRO_OUT:" << imu->
gyroScale
(imu->regRead(XGYRO_OUT)) << std::endl;
55
std::cout << "YGYRO_OUT:" << imu->
gyroScale
(imu->regRead(YGYRO_OUT)) << std::endl;
56
std::cout << "ZGYRO_OUT:" << imu->
gyroScale
(imu->regRead(ZGYRO_OUT)) << std::endl;
/hardware/bsp/intel/peripheral/libupm/src/adis16448/
adis16448.h
149
float
gyroScale
(int16_t sensorData);
adis16448.cxx
208
float ADIS16448::
gyroScale
(int16_t sensorData)
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
adis16448.js
51
var xgyro = imu.
gyroScale
(imu.regRead(0x04));
52
var ygyro = imu.
gyroScale
(imu.regRead(0x06));
53
var zgyro = imu.
gyroScale
(imu.regRead(0x08));
/hardware/invensense/6515/libsensors_iio/
MPLSensor.cpp
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);
[
all
...]
/hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp
332
char
gyroScale
[5];
340
count = read_attribute_sensor(fd,
gyroScale
, sizeof(
gyroScale
));
344
count = sscanf(
gyroScale
, "%ld", &mGyroSelfTestScale);
[
all
...]
Completed in 334 milliseconds