Home
last modified time | relevance | path

Searched refs:m_rSTPinCtx (Results 1 – 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/st7735/
Dst7735.cxx39 m_rSTPinCtx(rst), m_rSPinCtx(rs), m_spi(0) { in ST7735()
64 error = m_rSTPinCtx.dir(mraa::DIR_OUT); in initModule()
170 m_rSTPinCtx.write(HIGH); in configModule()
172 m_rSTPinCtx.write(LOW); in configModule()
174 m_rSTPinCtx.write(HIGH); in configModule()
Dst7735.h633 mraa::Gpio m_rSTPinCtx; variable