OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIR_OUT
(Results
1 - 23
of
23
) sorted by null
/hardware/bsp/intel/peripheral/libmraa/examples/python/
hello_gpio.py
29
x.dir(mraa.
DIR_OUT
)
blink-io8.py
29
x.dir(mraa.
DIR_OUT
)
/hardware/bsp/intel/peripheral/libmraa/examples/javascript/
GPIO_DigitalWrite.js
29
myDigitalPin.dir(m.
DIR_OUT
); //set the gpio direction to output
Blink-IO.js
29
myLed.dir(m.
DIR_OUT
); //set the gpio direction to output
/hardware/bsp/intel/peripheral/libupm/src/rgbringcoder/
rgbringcoder.cxx
42
m_gpioEn.dir(mraa::
DIR_OUT
);
46
m_gpioLatch.dir(mraa::
DIR_OUT
);
50
m_gpioClear.dir(mraa::
DIR_OUT
);
54
m_gpioClock.dir(mraa::
DIR_OUT
);
58
m_gpioData.dir(mraa::
DIR_OUT
);
/hardware/bsp/intel/peripheral/libmraa/tests/
gpio_checks.py
53
self.pin.dir(m.
DIR_OUT
)
67
self.pin.dir(m.
DIR_OUT
)
75
self.pin.dir(m.
DIR_OUT
)
/hardware/bsp/intel/peripheral/libmraa/examples/c++/
Blink-IO.cpp
63
mraa::Result response = gpio->dir(mraa::
DIR_OUT
);
/hardware/bsp/intel/peripheral/libmraa/examples/java/
BlinkIO.java
58
Result result = gpio.dir(Dir.
DIR_OUT
);
BlinkOnboard.java
56
gpio.dir(Dir.
DIR_OUT
);
HelloEdison.java
63
gpio182.dir(Dir.
DIR_OUT
);
/hardware/bsp/intel/peripheral/libupm/src/my9221/
my9221.cxx
40
error = m_clkPinCtx.dir(mraa::
DIR_OUT
);
46
error = m_dataPinCtx.dir(mraa::
DIR_OUT
);
/hardware/bsp/intel/peripheral/libupm/src/lcd/
lcm1602.cxx
117
m_gpioRS->dir(mraa::
DIR_OUT
);
118
m_gpioEnable->dir(mraa::
DIR_OUT
);
120
m_gpioD0->dir(mraa::
DIR_OUT
);
121
m_gpioD1->dir(mraa::
DIR_OUT
);
122
m_gpioD2->dir(mraa::
DIR_OUT
);
123
m_gpioD3->dir(mraa::
DIR_OUT
);
eboled.cxx
47
m_gpioCD.dir(mraa::
DIR_OUT
);
48
m_gpioRST.dir(mraa::
DIR_OUT
);
/hardware/bsp/intel/peripheral/libupm/src/max31723/
max31723.cxx
38
error = m_csnPinCtx.dir (mraa::
DIR_OUT
);
/hardware/bsp/intel/peripheral/libupm/src/max5487/
max5487.cxx
42
error = m_csnPinCtx.dir (mraa::
DIR_OUT
);
/hardware/bsp/intel/peripheral/libupm/src/st7735/
st7735.cxx
54
error = m_csLCDPinCtx.dir(mraa::
DIR_OUT
);
59
error = m_cSDPinCtx.dir(mraa::
DIR_OUT
);
64
error = m_rSTPinCtx.dir(mraa::
DIR_OUT
);
69
error = m_rSPinCtx.dir(mraa::
DIR_OUT
);
/hardware/bsp/intel/peripheral/libupm/src/lpd8806/
lpd8806.cxx
41
error = m_csnPinCtx.dir (mraa::
DIR_OUT
);
/hardware/bsp/intel/peripheral/libupm/src/stepmotor/
stepmotor.cxx
43
error = m_dirPinCtx.dir (mraa::
DIR_OUT
);
/hardware/bsp/intel/peripheral/libupm/src/grovecircularled/
grovecircularled.cxx
47
error = m_clkPinCtx.dir(mraa::
DIR_OUT
);
/hardware/bsp/intel/peripheral/libmraa/api/mraa/
gpio.hpp
56
DIR_OUT
= 0, /**< Output. A Mode can also be set */
/hardware/bsp/intel/peripheral/libupm/src/nrf24l01/
nrf24l01.cxx
51
error = m_csnPinCtx.dir(mraa::
DIR_OUT
);
56
error = m_cePinCtx.dir(mraa::
DIR_OUT
);
/hardware/bsp/intel/peripheral/libupm/src/sm130/
sm130.cxx
48
m_gpioReset.dir(mraa::
DIR_OUT
);
/hardware/bsp/intel/peripheral/libupm/src/pn532/
pn532.cxx
74
m_gpioReset.dir(mraa::
DIR_OUT
);
[
all
...]
Completed in 298 milliseconds