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