Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/mpl3115a2/
Dmpl3115a2.cpp141 MPL3115A2_SETOVERSAMPLE(m_oversampling)); in resetSensor()
156 MPL3115A2_CTRL_OST | MPL3115A2_SETOVERSAMPLE(m_oversampling)); in sampleData()
Dmpl3115a2.h52 #define MPL3115A2_SETOVERSAMPLE(a) ((a & 7) << 3) macro