OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dig_z3
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmm150_slave.h
60
int16_t dig_z2,
dig_z3
, dig_z4;
member in struct:MagTask
bosch_bmm150_slave.c
39
magTask->
dig_z3
= *(int16_t *)(&magTask->raw_dig_data[BMM150_REG_DIG_Z3_LSB - first_reg]);
125
- ((((int32_t)magTask->
dig_z3
) * ((int32_t)(((int16_t)rhall) - ((int16_t)magTask->dig_xyz1)))) >> 2));
Completed in 148 milliseconds