OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dig_xyz1
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/
bosch_bmm150_slave.c
44
magTask->
dig_xyz1
= *(uint16_t *)(&magTask->raw_dig_data[BMM150_REG_DIG_XYZ1_LSB - first_reg]);
57
if ((rhall != 0) && (magTask->
dig_xyz1
!= 0)) {
59
inter_retval = ((int32_t)(((uint16_t) ((((int32_t)magTask->
dig_xyz1
) << 14)
60
/ (rhall != 0 ? rhall : magTask->
dig_xyz1
))) - ((uint16_t)0x4000)));
93
if ((rhall != 0) && (magTask->
dig_xyz1
!= 0)) {
95
inter_retval = ((int32_t)(((uint16_t)((( (int32_t)magTask->
dig_xyz1
) << 14)
96
/ (rhall != 0 ? rhall : magTask->
dig_xyz1
))) - ((uint16_t)0x4000)));
127
- ((((int32_t)magTask->dig_z3) * ((int32_t)(((int16_t)rhall) - ((int16_t)magTask->
dig_xyz1
)))) >> 2));
bosch_bmm150_slave.h
59
uint16_t
dig_xyz1
;
member in struct:MagTask
Completed in 33 milliseconds