OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MQ2
(Results
1 - 7
of
7
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/gas/
mq2.cxx
25
#include "
mq2
.h"
29
MQ2
::
MQ2
(int gasPin) : Gas (gasPin) {
32
MQ2
::~
MQ2
() {
mq2.h
33
* @sensor
mq2
34
* @comname Grove
MQ2
Gas Sensor
40
* @brief API for the Grove
MQ2
Gas Sensor
42
* The Grove
MQ2
Gas Sensor module is useful for gas leakage detection
47
* @image html
mq2
-5.jpeg
48
* @snippet
mq2
.cxx Interesting
50
class
MQ2
: public Gas {
53
*
MQ2
constructor
57
MQ2
(int gasPin);
60
*
MQ2
destructo
[
all
...]
/hardware/bsp/intel/peripheral/libupm/examples/java/
MQ2Sample.java
43
upm_gas.
MQ2
sensor = new upm_gas.
MQ2
(0);
/hardware/bsp/intel/peripheral/libupm/examples/c++/
mq2.cxx
27
#include "
mq2
.h"
34
upm::
MQ2
*sensor = NULL;
50
sensor = new upm::
MQ2
(0);
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
mq2.js
30
var myMQ2 = new upmMQ2.
MQ2
(0);
/hardware/bsp/intel/peripheral/libupm/examples/python/
mq2.py
28
myMQ2 = upmGas.
MQ2
(0);
/external/mesa3d/src/mesa/x86/
mmx_blend.S
99
#define GMB_LERP_GS( MP1, MQ1, MA1, MP2,
MQ2
, MA2) \
104
TWO(PSUBW (
MQ2
, MP2 )) /* pa2 - qa2 | pb2 - qb2 | pg2 - qg2 | pr2 - qr2 */ ;\
105
TWO(PSLLW ( CONST(8),
MQ2
)) /* q2 << 8 */ ;\
118
TWO(PADDW (
MQ2
, MA2 )) /* (t2/255 + q2) << 8 */ ;\
130
#define GMB_LERP_GSR( MP1, MQ1, MA1, MP2,
MQ2
, MA2, M80) \
135
TWO(PSUBW (
MQ2
, MP2 )) /* pa2 - qa2 | pb2 - qb2 | pg2 - qg2 | pr2 - qr2 */ ;\
136
TWO(PSLLW ( CONST(8),
MQ2
)) /* q2 << 8 */ ;\
161
TWO(PADDW (
MQ2
, MA2 )) /* (t2/255 + q2) << 8 */ ;\
175
#define GMB_LERP_GSC( MP1, MQ1, MA1, MP2,
MQ2
, MA2) \
180
TWO(PSUBW (
MQ2
, MP2 )) /* pa2 - qa2 | pb2 - qb2 | pg2 - qg2 | pr2 - qr2 */ ;
[
all
...]
Completed in 431 milliseconds