Lines Matching full:address
240 * @param address Address to write to
243 mraa::Result writeByte(unsigned int address, uint8_t data);
248 * @param address Address to write to
252 mraa::Result writeBytes(unsigned int address, uint8_t* buffer, int len);
257 * @param address Address to read from
260 uint8_t readByte(unsigned int address);
265 * @param address Address to read from
269 int readBytes(unsigned int address, uint8_t* buffer, int len);
273 mraa::Result EEPROM_Write_Byte(unsigned int address, uint8_t data);
274 mraa::Result EEPROM_Write_Bytes(unsigned int address, uint8_t* data,
276 uint8_t EEPROM_Read_Byte(unsigned int address);
277 int EEPROM_Read_Bytes(unsigned int address,