Enumerations |
Functions | |
i2c_slave_status_t | i2c_slave_status (i2c_t *obj) |
Check to see if the I2C slave has been addressed. More... | |
void | i2c_slave_address (i2c_t *obj, uint16_t address) |
Configure I2C address. More... | |
enum i2c_slave_status_t |
void i2c_slave_address | ( | i2c_t * | obj, |
uint16_t | address | ||
) |
Configure I2C address.
obj | The I2C object |
address | The address to be set - 7 bit or 10 bit |
i2c_slave_status_t i2c_slave_status | ( | i2c_t * | obj | ) |
Check to see if the I2C slave has been addressed.
obj | The I2C object |