OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_rawY
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/h3lis331dl/
h3lis331dl.cxx
50
m_rawX =
m_rawY
= m_rawZ = 0;
561
m_rawY
= ((high << 8) | low);
581
*aY = float(
m_rawY
- m_adjY) * gains;
588
*y =
m_rawY
;
595
*y = (
m_rawY
- m_adjY);
h3lis331dl.h
631
int16_t m_rawX,
m_rawY
, m_rawZ;
Completed in 6755 milliseconds