OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmp_accuracy
(Results
1 - 1
of
1
) sorted by null
/hardware/akm/AK8975_FS/akmdfs/
AKFS_Measure.c
284
int16
tmp_accuracy
;
local
319
if (AKFS_Get_ACCELEROMETER(acc, 0, &tmpx, &tmpy, &tmpz, &
tmp_accuracy
) == AKM_SUCCESS) {
323
sv_acc.status =
tmp_accuracy
;
354
if (AKFS_Get_MAGNETIC_FIELD(mag, mstat, &tmpx, &tmpy, &tmpz, &
tmp_accuracy
) == AKM_SUCCESS) {
358
sv_mag.status =
tmp_accuracy
;
366
if (AKFS_Get_ORIENTATION(&tmpx, &tmpy, &tmpz, &
tmp_accuracy
) == AKM_SUCCESS) {
370
sv_ori.status =
tmp_accuracy
;
Completed in 163 milliseconds