Arduino Hardware I2C for AVR MCUs (plain c) 1.3
Arduino Hardware I2C for AVR MCUs (plain c) documentation
Loading...
Searching...
No Matches
GCC Attributes List
Global enI2C_INT_SIZE
packed enum
Global enI2C_RW
packed enum
Global enI2C_SPEED
packed enum
Global enI2C_STATUS
packed enum
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
Struct StructI2CSlave
packed struct