Lines Matching refs:writeByte
100 m_spi.writeByte(W_TX_PAYLOAD); // Write cmd to write payload in send()
184 m_spi.writeByte(R_RX_PAYLOAD); in getData()
391 m_spi.writeByte(W_TX_PAYLOAD); // Write cmd to write payload in sendBeaconingMsg()
415 datain[i] = m_spi.writeByte(dataout[i]); in writeBytes()
417 m_spi.writeByte(dataout[i]); in writeBytes()
425 m_spi.writeByte(W_REGISTER | (REGISTER_MASK & reg)); in setRegister()
426 m_spi.writeByte(value); in setRegister()
435 m_spi.writeByte(R_REGISTER | (REGISTER_MASK & reg)); in getRegister()
436 data = m_spi.writeByte(data); in getRegister()
445 m_spi.writeByte(R_REGISTER | (REGISTER_MASK & reg)); in readRegister()
453 m_spi.writeByte(W_REGISTER | (REGISTER_MASK & reg)); in writeRegister()
461 m_spi.writeByte(cmd); in sendCommand()