OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONVERT_MAG
(Results
1 - 2
of
2
) sorted by null
/hardware/akm/AK8975_FS/akmdfs/
AKFS_Measure.h
36
#define
CONVERT_MAG
(m) ((int)((m) / 0.06f))
AKFS_Measure.c
249
buf[5] =
CONVERT_MAG
(mag->x); /* Mx */
250
buf[6] =
CONVERT_MAG
(mag->y); /* My */
251
buf[7] =
CONVERT_MAG
(mag->z); /* Mz */
Completed in 325 milliseconds