Searched refs:m_oversampling (Results 1 – 2 of 2) sorted by relevance
141 MPL3115A2_SETOVERSAMPLE(m_oversampling)); in resetSensor()156 MPL3115A2_CTRL_OST | MPL3115A2_SETOVERSAMPLE(m_oversampling)); in sampleData()163 us_delay = ((1 << m_oversampling) * 4 + 2) * 1000; in sampleData()245 m_oversampling = oversampling; in setOversampling()251 return m_oversampling; in getOversampling()
250 uint8_t m_oversampling; variable