OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EDGE_RISING
(Results
1 - 4
of
4
) sorted by null
/hardware/bsp/intel/peripheral/libmraa/examples/java/
Isr.java
45
gpio.isr(Edge.
EDGE_RISING
, callback);
/hardware/bsp/intel/peripheral/libupm/src/rgbringcoder/
rgbringcoder.cxx
70
m_gpioEncA.isr(mraa::
EDGE_RISING
, &interruptHandler, this);
76
m_gpioEncB.isr(mraa::
EDGE_RISING
, &interruptHandler, this);
/hardware/bsp/intel/peripheral/libupm/src/wheelencoder/
wheelencoder.cxx
87
m_gpio.isr(mraa::
EDGE_RISING
, &wheelISR, this);
/hardware/bsp/intel/peripheral/libmraa/api/mraa/
gpio.hpp
68
EDGE_RISING
= 2, /**< Interupt on rising only */
Completed in 428 milliseconds