Searched refs:datain (Results 1 – 2 of 2) sorted by relevance
409 NRF24L01::writeBytes (uint8_t * dataout, uint8_t * datain, uint8_t len) { in writeBytes() argument414 if (datain != NULL) { in writeBytes()415 datain[i] = m_spi.writeByte(dataout[i]); in writeBytes()
386 void writeBytes (uint8_t * dataout, uint8_t * datain, uint8_t len);