HomeSort by relevance Sort by last modified time
    Searched refs:m_cePinCtx (Results 1 - 2 of 2) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/nrf24l01/
nrf24l01.cxx 38 : m_csnPinCtx(cs), m_cePinCtx(ce), m_spi(0)
56 error = m_cePinCtx.dir(mraa::DIR_OUT);
297 return m_cePinCtx.write(HIGH);
302 return m_cePinCtx.write(LOW);
nrf24l01.h 426 mraa::Gpio m_cePinCtx;

Completed in 397 milliseconds