OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_csnPinCtx
(Results
1 - 8
of
8
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/max31723/
max31723.cxx
34
MAX31723::MAX31723 (int csn) :
m_csnPinCtx
(csn), m_spi(0) {
38
error =
m_csnPinCtx
.dir (mraa::DIR_OUT);
41
":
m_csnPinCtx
.dir() failed");
105
return
m_csnPinCtx
.write (HIGH);
110
return
m_csnPinCtx
.write (LOW);
max31723.h
82
* m_spi and
m_csnPinCtx
variables will go out of scope
101
mraa::Gpio
m_csnPinCtx
;
/hardware/bsp/intel/peripheral/libupm/src/max5487/
max5487.cxx
34
MAX5487::MAX5487 (int csn) :
m_csnPinCtx
(csn), m_spi(0) {
42
error =
m_csnPinCtx
.dir (mraa::DIR_OUT);
87
return
m_csnPinCtx
.write(LOW);
92
return
m_csnPinCtx
.write(HIGH);
max5487.h
76
* m_spi and
m_csnPinCtx
will go out of scope
100
mraa::Gpio
m_csnPinCtx
;
/hardware/bsp/intel/peripheral/libupm/src/lpd8806/
lpd8806.cxx
35
LPD8806::LPD8806 (uint16_t pixelCount, uint8_t csn) :
m_csnPinCtx
(csn), m_spi(0) {
41
error =
m_csnPinCtx
.dir (mraa::DIR_OUT);
114
return
m_csnPinCtx
.write (HIGH);
119
return
m_csnPinCtx
.write (LOW);
lpd8806.h
104
mraa::Gpio
m_csnPinCtx
;
/hardware/bsp/intel/peripheral/libupm/src/nrf24l01/
nrf24l01.cxx
38
:
m_csnPinCtx
(cs), m_cePinCtx(ce), m_spi(0)
51
error =
m_csnPinCtx
.dir(mraa::DIR_OUT);
307
return
m_csnPinCtx
.write(LOW);
312
return
m_csnPinCtx
.write(HIGH);
nrf24l01.h
425
mraa::Gpio
m_csnPinCtx
;
Completed in 69 milliseconds