Searched refs:parseMagData (Results 1 – 5 of 5) sorted by relevance
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | akm_ak09915_slave.h | 43 void parseMagData(struct MagTask *magTask, uint8_t *buf, float *x, float *y, float *z);
|
D | akm_ak09915_slave.c | 20 void parseMagData(struct MagTask *magTask, uint8_t *buf, float *x, float *y, float *z) { in parseMagData() function
|
D | bosch_bmm150_slave.h | 72 void parseMagData(struct MagTask *magTask, uint8_t *buf, float *x, float *y, float *z);
|
D | bosch_bmm150_slave.c | 136 void parseMagData(struct MagTask *magTask, uint8_t *buf, float *x, float *y, float *z) { in parseMagData() function
|
D | bosch_bmi160.c | 2032 parseMagData(&magTask, &buf[0], &x, &y, &z);
|