Arduino-TWI
Two-Wire Interface (TWI) library for Arduino
Software::TWI< SDA_PIN, SCL_PIN > Member List

This is the complete list of members for Software::TWI< SDA_PIN, SCL_PIN >, including all inherited members.

acquire()Software::TWI< SDA_PIN, SCL_PIN >inlinevirtual
clock_stretching()Software::TWI< SDA_PIN, SCL_PIN >inlineprotected
CLOCK_STRETCHING_RETRY_MAXSoftware::TWI< SDA_PIN, SCL_PIN >protectedstatic
DEFAULT_FREQTWIstatic
lock()TWIinlineprotected
m_busyTWIprotected
m_sclSoftware::TWI< SDA_PIN, SCL_PIN >protected
m_sdaSoftware::TWI< SDA_PIN, SCL_PIN >protected
m_startSoftware::TWI< SDA_PIN, SCL_PIN >protected
read(uint8_t addr, void *buf, size_t count)Software::TWI< SDA_PIN, SCL_PIN >inlinevirtual
read_bit(bool &value)Software::TWI< SDA_PIN, SCL_PIN >inlineprotected
read_byte(uint8_t &byte, bool ack)Software::TWI< SDA_PIN, SCL_PIN >inlineprotected
release()Software::TWI< SDA_PIN, SCL_PIN >inlinevirtual
repeated_start_condition()Software::TWI< SDA_PIN, SCL_PIN >inlineprotected
start_condition()Software::TWI< SDA_PIN, SCL_PIN >inlineprotected
stop_condition()Software::TWI< SDA_PIN, SCL_PIN >inlineprotected
T1Software::TWI< SDA_PIN, SCL_PIN >protectedstatic
T2Software::TWI< SDA_PIN, SCL_PIN >protectedstatic
TWI()Software::TWI< SDA_PIN, SCL_PIN >inline
unlock()TWIinlineprotected
write(uint8_t addr, iovec_t *vp)Software::TWI< SDA_PIN, SCL_PIN >inlinevirtual
TWI::write(uint8_t addr, const void *buf, size_t count)TWIinlinevirtual
write_bit(bool value)Software::TWI< SDA_PIN, SCL_PIN >inlineprotected
write_byte(uint8_t byte, bool &nack)Software::TWI< SDA_PIN, SCL_PIN >inlineprotected