Searched defs:writeBytes (Results 1 – 4 of 4) sorted by relevance
51 mraa::Result MPR121::writeBytes(uint8_t reg, uint8_t *buffer, int len) in writeBytes() function in MPR121
49 mraa::Result DS1307::writeBytes(uint8_t reg, uint8_t *buffer, int len) in writeBytes() function in DS1307
197 mraa::Result M24LR64E::writeBytes(unsigned int address, uint8_t* buffer, int len) in writeBytes() function in M24LR64E
409 NRF24L01::writeBytes (uint8_t * dataout, uint8_t * datain, uint8_t len) { in writeBytes() function in NRF24L01