OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HMC5883L_Z_LSB_REG
(Results
1 - 4
of
4
) sorted by null
/hardware/bsp/intel/peripheral/libmraa/examples/c++/
I2c-compass.cpp
46
#define
HMC5883L_Z_LSB_REG
3
126
z = (rx_tx_buf[HMC5883L_Z_MSB_REG] << 8) | rx_tx_buf[
HMC5883L_Z_LSB_REG
];
/hardware/bsp/intel/peripheral/libmraa/examples/
i2c_HMC5883L.c
42
#define
HMC5883L_Z_LSB_REG
3
122
z = (rx_tx_buf[HMC5883L_Z_MSB_REG] << 8) | rx_tx_buf[
HMC5883L_Z_LSB_REG
];
/hardware/bsp/intel/peripheral/libmraa/examples/java/
I2cCompass.java
57
final static byte
HMC5883L_Z_LSB_REG
= 3;
121
z = (rx_tx_buf[HMC5883L_Z_MSB_REG] << 8) | rx_tx_buf[
HMC5883L_Z_LSB_REG
];
/hardware/bsp/intel/peripheral/libupm/src/hmc5883l/
hmc5883l.cxx
46
#define
HMC5883L_Z_LSB_REG
3
132
m_coor[2] = (m_rx_tx_buf[HMC5883L_Z_MSB_REG] << 8 ) | m_rx_tx_buf[
HMC5883L_Z_LSB_REG
];
Completed in 218 milliseconds