Searched refs:writeBytes (Results 1 – 8 of 8) sorted by relevance
/hardware/bsp/intel/peripheral/libupm/src/mpr121/ |
D | mpr121.cxx | 51 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, §F0, 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()
|
D | mpr121.h | 96 mraa::Result writeBytes(uint8_t reg, uint8_t *buffer, int len);
|
/hardware/bsp/intel/peripheral/libupm/src/ds1307/ |
D | ds1307.cxx | 49 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()
|
D | ds1307.h | 118 mraa::Result writeBytes(uint8_t reg, uint8_t *buffer, int len);
|
/hardware/bsp/intel/peripheral/libupm/src/nrf24l01/ |
D | nrf24l01.cxx | 101 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()
|
D | nrf24l01.h | 386 void writeBytes (uint8_t * dataout, uint8_t * datain, uint8_t len);
|
/hardware/bsp/intel/peripheral/libupm/src/m24lr64e/ |
D | m24lr64e.h | 252 mraa::Result writeBytes(unsigned int address, uint8_t* buffer, int len);
|
D | m24lr64e.cxx | 197 mraa::Result M24LR64E::writeBytes(unsigned int address, uint8_t* buffer, int len) in writeBytes() function in M24LR64E
|