OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_oversampling
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/mpl3115a2/
mpl3115a2.cpp
141
MPL3115A2_SETOVERSAMPLE(
m_oversampling
));
156
MPL3115A2_CTRL_OST | MPL3115A2_SETOVERSAMPLE(
m_oversampling
));
163
us_delay = ((1 <<
m_oversampling
) * 4 + 2) * 1000;
245
m_oversampling
= oversampling;
251
return
m_oversampling
;
mpl3115a2.h
250
uint8_t
m_oversampling
;
member in class:upm::MPL3115A2
Completed in 567 milliseconds