Arduino Hardware I2C for AVR MCUs (plain c)  1.3
Arduino Hardware I2C for AVR MCUs (plain c) documentation
GCC Attributes List
Global I2C_read_next (I2C_SLAVE *slave, uint8_t *data, const uint16_t bytes)
inline
Global I2C_slave_get_addr (const I2C_SLAVE *slave)
inline
Global I2C_slave_get_reg_addr (const I2C_SLAVE *slave)
inline
Global I2C_slave_get_reg_size (const I2C_SLAVE *slave)
inline
Global I2C_write_next (I2C_SLAVE *slave, uint8_t *data, const uint16_t bytes)
inline
Class StructI2CSlave
packed struct