Home
last modified time | relevance | path

Searched refs:DIR_IN (Results 1 – 14 of 14) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/ad8232/
Dad8232.cxx35 m_gpioLOPlus.dir(mraa::DIR_IN); in AD8232()
36 m_gpioLOMinus.dir(mraa::DIR_IN); in AD8232()
/hardware/bsp/intel/peripheral/libmraa/tests/
Dgpio_checks.py60 self.pin.dir(m.DIR_IN)
83 self.pin.dir(m.DIR_IN)
88 self.pin.dir(m.DIR_IN)
/hardware/bsp/intel/peripheral/libupm/src/rgbringcoder/
Drgbringcoder.cxx62 m_gpioSwitch.dir(mraa::DIR_IN); in RGBRingCoder()
67 m_gpioEncA.dir(mraa::DIR_IN); in RGBRingCoder()
73 m_gpioEncB.dir(mraa::DIR_IN); in RGBRingCoder()
/hardware/bsp/intel/peripheral/libmraa/examples/javascript/
DGPIO_DigitalRead.js29 myDigitalPin.dir(m.DIR_IN); //set the gpio direction to input
/hardware/bsp/intel/peripheral/libmraa/examples/python/
Dhello_isr.py40 x.dir(mraa.DIR_IN)
/hardware/bsp/intel/peripheral/libmraa/examples/c++/
DIsr-pin6.cpp43 x->dir(mraa::DIR_IN); in main()
/hardware/bsp/intel/peripheral/libmraa/examples/java/
DGpioRead6.java47 gpio.dir(Dir.DIR_IN); in main()
DBlinkOnboard.java60 gpio_in.dir(Dir.DIR_IN); in main()
/hardware/bsp/intel/peripheral/libupm/src/mg811/
Dmg811.cxx45 m_gpio.dir(mraa::DIR_IN); in MG811()
/hardware/bsp/intel/peripheral/libupm/src/wheelencoder/
Dwheelencoder.cxx35 m_gpio.dir(mraa::DIR_IN); in WheelEncoder()
/hardware/bsp/intel/peripheral/libmraa/api/mraa/
Dgpio.hpp57 DIR_IN = 1, /**< Input */ enumerator
/hardware/bsp/intel/peripheral/libupm/src/mpu9150/
Dmpu60x0.cxx404 m_gpioIRQ->dir(mraa::DIR_IN); in installISR()
/hardware/bsp/intel/peripheral/libupm/src/lsm9ds0/
Dlsm9ds0.cxx761 getPin(intr)->dir(mraa::DIR_IN); in installISR()
/hardware/bsp/intel/peripheral/libupm/src/pn532/
Dpn532.cxx73 m_gpioIRQ.dir(mraa::DIR_IN); in PN532()