Lines Matching +full:0 +full:x49
68 #define BMM150_REG_CHIP_ID 0x40
69 #define BMM150_CHIP_ID_VAL 0x32
71 #define BMM150_REG_X_L 0x42
72 #define BMM150_REG_X_M 0x43
73 #define BMM150_REG_Y_L 0x44
74 #define BMM150_REG_Y_M 0x45
76 #define BMM150_REG_Z_L 0x46
77 #define BMM150_REG_Z_M 0x47
79 #define BMM150_REG_RHALL_L 0x48
80 #define BMM150_REG_RHALL_M 0x49
83 #define BMM150_REG_INT_STATUS 0x4A
85 #define BMM150_REG_POWER 0x4B
86 #define BMM150_MASK_POWER_CTL BIT(0)
90 #define BMM150_REG_OPMODE_ODR 0x4C
93 #define BMM150_MODE_NORMAL 0x00
94 #define BMM150_MODE_FORCED 0x01
95 #define BMM150_MODE_SLEEP 0x03
99 #define BMM150_REG_LOW_THRESH 0x4F
100 #define BMM150_REG_HIGH_THRESH 0x50
101 #define BMM150_REG_REP_XY 0x51
102 #define BMM150_REG_REP_Z 0x52
103 #define BMM150_REG_REP_DATAMASK 0xFF
105 #define BMM150_REG_TRIM_START 0x5D
106 #define BMM150_REG_TRIM_END 0x71
116 #define BMM150_REG_INT 0x4D
118 #define BMM150_REG_INT_DRDY 0x4E
128 #define BMM150_MASK_DRDY_INT3_POLARITY BIT(0)