Home
last modified time | relevance | path

Searched refs:m_adjY (Results 1 – 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/h3lis331dl/
Dh3lis331dl.cxx572 m_adjY = adjY; in setAdjustmentOffsets()
581 *aY = float(m_rawY - m_adjY) * gains; in getAcceleration()
595 *y = (m_rawY - m_adjY); in getXYZ()
Dh3lis331dl.h632 int16_t m_adjX, m_adjY, m_adjZ; variable