Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/nrf24l01/
Dnrf24l01.cxx409 NRF24L01::writeBytes (uint8_t * dataout, uint8_t * datain, uint8_t len) { in writeBytes() argument
414 if (datain != NULL) { in writeBytes()
415 datain[i] = m_spi.writeByte(dataout[i]); in writeBytes()
Dnrf24l01.h386 void writeBytes (uint8_t * dataout, uint8_t * datain, uint8_t len);