OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:save_accel_mpl
(Results
1 - 2
of
2
) sorted by null
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
data_builder.c
47
struct inv_db_save_accel_mpl_t
save_accel_mpl
;
member in struct:inv_data_builder_t
137
memcpy(&inv_data_builder.
save_accel_mpl
, data, sizeof(inv_data_builder.
save_accel_mpl
));
145
memcpy(data, &inv_data_builder.
save_accel_mpl
, sizeof(inv_data_builder.
save_accel_mpl
));
167
sizeof(inv_data_builder.
save_accel_mpl
),
786
inv_data_builder.
save_accel_mpl
.accel_bias[0] = bias[0];
789
inv_data_builder.
save_accel_mpl
.accel_bias[1] = bias[1];
792
inv_data_builder.
save_accel_mpl
.accel_bias[2] = bias[2];
795
inv_apply_calibration(&sensors.accel, inv_data_builder.
save_accel_mpl
.accel_bias)
[
all
...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
data_builder.c
47
struct inv_db_save_accel_mpl_t
save_accel_mpl
;
member in struct:inv_data_builder_t
136
memcpy(&inv_data_builder.
save_accel_mpl
, data, sizeof(inv_data_builder.
save_accel_mpl
));
144
memcpy(data, &inv_data_builder.
save_accel_mpl
, sizeof(inv_data_builder.
save_accel_mpl
));
166
sizeof(inv_data_builder.
save_accel_mpl
),
581
inv_data_builder.
save_accel_mpl
.accel_bias[0] = bias[0];
584
inv_data_builder.
save_accel_mpl
.accel_bias[1] = bias[1];
587
inv_data_builder.
save_accel_mpl
.accel_bias[2] = bias[2];
590
inv_apply_calibration(&sensors.accel, inv_data_builder.
save_accel_mpl
.accel_bias)
[
all
...]
Completed in 56 milliseconds