Searched refs:MPL3115A2_SETOVERSAMPLE (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()
52 #define MPL3115A2_SETOVERSAMPLE(a) ((a & 7) << 3) macro