OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dig_z1
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmm150_slave.h
59
uint16_t
dig_z1
;
member in struct:MagTask
bosch_bmm150_slave.c
37
magTask->
dig_z1
= *(uint16_t *)(&magTask->raw_dig_data[BMM150_REG_DIG_Z1_LSB - first_reg]);
122
if ((rhall != 0) && (magTask->dig_z2 != 0) && (magTask->
dig_z1
!= 0)) {
128
+ ((int16_t)(((((int32_t)magTask->
dig_z1
) * ((((int16_t)rhall) << 1))) + (1 << 15)) >> 16)));
Completed in 48 milliseconds