HomeSort by relevance Sort by last modified time
    Searched refs:EDGE_BOTH (Results 1 - 5 of 5) sorted by null

  /hardware/bsp/intel/peripheral/libmraa/examples/javascript/
isr.js 10 x.isr(m.EDGE_BOTH, h)
  /hardware/bsp/intel/peripheral/libmraa/examples/c++/
Isr-pin6.cpp 45 x->isr(mraa::EDGE_BOTH, &interrupt, NULL);
  /hardware/bsp/intel/peripheral/libmraa/examples/python/
hello_isr.py 41 x.isr(mraa.EDGE_BOTH, test, test)
  /hardware/bsp/intel/peripheral/libmraa/api/mraa/
gpio.hpp 67 EDGE_BOTH = 1, /**< Interupt on rising & falling */
  /hardware/bsp/intel/peripheral/libmraa/src/python/docs/
example.rst 28 **Note:** Galileo Gen1 only supports EDGE_BOTH

Completed in 1305 milliseconds