Home
last modified time | relevance | path

Searched defs:writeBytes (Results 1 – 4 of 4) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/mpr121/
Dmpr121.cxx51 mraa::Result MPR121::writeBytes(uint8_t reg, uint8_t *buffer, int len) in writeBytes() function in MPR121
/hardware/bsp/intel/peripheral/libupm/src/ds1307/
Dds1307.cxx49 mraa::Result DS1307::writeBytes(uint8_t reg, uint8_t *buffer, int len) in writeBytes() function in DS1307
/hardware/bsp/intel/peripheral/libupm/src/m24lr64e/
Dm24lr64e.cxx197 mraa::Result M24LR64E::writeBytes(unsigned int address, uint8_t* buffer, int len) in writeBytes() function in M24LR64E
/hardware/bsp/intel/peripheral/libupm/src/nrf24l01/
Dnrf24l01.cxx409 NRF24L01::writeBytes (uint8_t * dataout, uint8_t * datain, uint8_t len) { in writeBytes() function in NRF24L01