Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/nrf24l01/
Dnrf24l01.cxx38 : 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()
Dnrf24l01.h426 mraa::Gpio m_cePinCtx; variable