Home
last modified time | relevance | path

Searched refs:writeBytes (Results 1 – 8 of 8) 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
95 if ((rv = writeBytes(0x5e, &eleConf, 1)) != mraa::SUCCESS) in configAN3944()
106 if ((rv = writeBytes(0x2b, sectA, 4)) != mraa::SUCCESS) in configAN3944()
117 if ((rv = writeBytes(0x2f, sectB, 4)) != mraa::SUCCESS) in configAN3944()
140 if ((rv = writeBytes(0x41, sectC, 24)) != mraa::SUCCESS) in configAN3944()
151 if ((rv = writeBytes(0x5d, &filterConf, 1)) != mraa::SUCCESS) in configAN3944()
162 if ((rv = writeBytes(0x7b, &sectF0, 1)) != mraa::SUCCESS) in configAN3944()
169 if ((rv = writeBytes(0x7d, sectF1, 3)) != mraa::SUCCESS) in configAN3944()
181 if ((rv = writeBytes(0x5e, &eleConf, 1)) != mraa::SUCCESS) in configAN3944()
Dmpr121.h96 mraa::Result writeBytes(uint8_t reg, uint8_t *buffer, int len);
/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
172 return writeBytes(0, buffer, 7); in setTime()
185 return writeBytes(0, &buf, 1); in enableClock()
198 return writeBytes(0, &buf, 1); in disableClock()
Dds1307.h118 mraa::Result writeBytes(uint8_t reg, uint8_t *buffer, int len);
/hardware/bsp/intel/peripheral/libupm/src/nrf24l01/
Dnrf24l01.cxx101 writeBytes (value, NULL, m_payload); // Write payload in send()
186 writeBytes (data, data, m_payload); in getData()
392 writeBytes (m_bleBuffer, NULL, 32); // Write payload in sendBeaconingMsg()
409 NRF24L01::writeBytes (uint8_t * dataout, uint8_t * datain, uint8_t len) { in writeBytes() function in NRF24L01
446 writeBytes (value, value, len); in readRegister()
454 writeBytes (value, NULL, len); in writeRegister()
Dnrf24l01.h386 void writeBytes (uint8_t * dataout, uint8_t * datain, uint8_t len);
/hardware/bsp/intel/peripheral/libupm/src/m24lr64e/
Dm24lr64e.h252 mraa::Result writeBytes(unsigned int address, uint8_t* buffer, int len);
Dm24lr64e.cxx197 mraa::Result M24LR64E::writeBytes(unsigned int address, uint8_t* buffer, int len) in writeBytes() function in M24LR64E