HomeSort by relevance Sort by last modified time
    Searched refs:m_uv_cal (Results 1 - 2 of 2) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/si114x/
si114x.cxx 105 m_uv_cal[0] = uvcoeff0;
106 m_uv_cal[1] = uvcoeff1;
107 m_uv_cal[2] = uvcoeff2;
108 m_uv_cal[3] = uvcoeff3;
167 writeByte(REG_UCOEF0, m_uv_cal[0]);
168 writeByte(REG_UCOEF1, m_uv_cal[1]);
169 writeByte(REG_UCOEF2, m_uv_cal[2]);
170 writeByte(REG_UCOEF3, m_uv_cal[3]);
si114x.h 317 uint8_t m_uv_cal[4]; member in class:upm::SI114X

Completed in 43 milliseconds