Searched refs:m_cePinCtx (Results 1 – 2 of 2) sorted by relevance
38 : m_csnPinCtx(cs), m_cePinCtx(ce), m_spi(0) in NRF24L01()56 error = m_cePinCtx.dir(mraa::DIR_OUT); in init()297 return m_cePinCtx.write(HIGH); in ceHigh()302 return m_cePinCtx.write(LOW); in ceLow()
426 mraa::Gpio m_cePinCtx; variable