OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HMC5883L_Y_LSB_REG
(Results
1 - 4
of
4
) sorted by null
/hardware/bsp/intel/peripheral/libmraa/examples/c++/
I2c-compass.cpp
48
#define
HMC5883L_Y_LSB_REG
5
127
y = (rx_tx_buf[HMC5883L_Y_MSB_REG] << 8) | rx_tx_buf[
HMC5883L_Y_LSB_REG
];
/hardware/bsp/intel/peripheral/libmraa/examples/
i2c_HMC5883L.c
44
#define
HMC5883L_Y_LSB_REG
5
123
y = (rx_tx_buf[HMC5883L_Y_MSB_REG] << 8) | rx_tx_buf[
HMC5883L_Y_LSB_REG
];
/hardware/bsp/intel/peripheral/libmraa/examples/java/
I2cCompass.java
59
final static byte
HMC5883L_Y_LSB_REG
= 5;
122
y = (rx_tx_buf[HMC5883L_Y_MSB_REG] << 8) | rx_tx_buf[
HMC5883L_Y_LSB_REG
];
/hardware/bsp/intel/peripheral/libupm/src/hmc5883l/
hmc5883l.cxx
48
#define
HMC5883L_Y_LSB_REG
5
134
m_coor[1] = (m_rx_tx_buf[HMC5883L_Y_MSB_REG] << 8 ) | m_rx_tx_buf[
HMC5883L_Y_LSB_REG
];
Completed in 435 milliseconds