OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INV_32_BIT
(Results
1 - 4
of
4
) sorted by null
/hardware/invensense/60xx/mlsdk/mllite/
mlFIFO.h
54
#define
INV_32_BIT
(0x0200)
mlFIFO.c
163
/** Sets accuracy to be one of 0,
INV_32_BIT
, or INV_16_BIT. Looks up old
174
if ((fifo_obj.data_config[configOffset] &
INV_32_BIT
))
175
accuracy =
INV_32_BIT
; // 32-bits takes priority
179
accuracy =
INV_32_BIT
;
223
* @param[in] accuracy INV_16_BIT or
INV_32_BIT
when constructing data to send
326
if (fifo_obj.data_config[i] &
INV_32_BIT
) {
384
if (fifo_obj.data_config[i] &
INV_32_BIT
) {
[
all
...]
ml.c
[
all
...]
/hardware/invensense/60xx/libsensors/
MPLSensor.cpp
514
result = inv_send_accel(INV_ALL,
INV_32_BIT
);
519
result = inv_send_quaternion(
INV_32_BIT
);
524
result = inv_send_linear_accel(INV_ALL,
INV_32_BIT
);
529
result = inv_send_linear_accel_in_world(INV_ALL,
INV_32_BIT
);
535
result = inv_send_gravity(INV_ALL,
INV_32_BIT
);
540
result = inv_send_gyro(INV_ALL,
INV_32_BIT
);
[
all
...]
Completed in 66 milliseconds