OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dig_y2
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmm150_slave.h
63
int8_t dig_x1, dig_y1, dig_x2,
dig_y2
;
member in struct:MagTask
bosch_bmm150_slave.c
33
magTask->
dig_y2
= magTask->raw_dig_data[BMM150_REG_DIG_Y2 - first_reg];
104
temp_4 = ((int32_t)mag_y) * ((temp_3 * ((int32_t)(((int16_t)magTask->
dig_y2
) + ((int16_t)0xa0)))) >> 12);
Completed in 530 milliseconds