OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HMC5883L_Z_MSB_REG
(Results
1 - 4
of
4
) sorted by null
/hardware/bsp/intel/peripheral/libmraa/examples/c++/
I2c-compass.cpp
45
#define
HMC5883L_Z_MSB_REG
2
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
41
#define
HMC5883L_Z_MSB_REG
2
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
56
final static byte
HMC5883L_Z_MSB_REG
= 2;
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
45
#define
HMC5883L_Z_MSB_REG
2
132
m_coor[2] = (m_rx_tx_buf[
HMC5883L_Z_MSB_REG
] << 8 ) | m_rx_tx_buf[HMC5883L_Z_LSB_REG];
Completed in 61 milliseconds