I2cDevice(uint8_t address) | modm::I2cDevice< I2cMaster, 4 > | inline |
Pat9125elI2cTransport(uint8_t address) (defined in modm::Pat9125elI2cTransport< I2cMaster >) | modm::Pat9125elI2cTransport< I2cMaster > | protected |
attachConfigurationHandler(I2c::ConfigurationHandler handler) | modm::I2cDevice< I2cMaster, 4 > | inline |
getResumableDepth() const (defined in modm::NestedResumable< 10+1 >) | modm::NestedResumable< 10+1 > | inline |
isResumableRunning() const (defined in modm::NestedResumable< 10+1 >) | modm::NestedResumable< 10+1 > | inline |
isTransactionRunning() | modm::I2cDevice< I2cMaster, 4 > | inlineprotected |
ping() | modm::I2cDevice< I2cMaster, 4 > | inline |
read(uint8_t reg, uint8_t &value) (defined in modm::Pat9125elI2cTransport< I2cMaster >) | modm::Pat9125elI2cTransport< I2cMaster > | protected |
read(uint8_t reg, uint8_t *buffer, uint8_t length) (defined in modm::Pat9125elI2cTransport< I2cMaster >) | modm::Pat9125elI2cTransport< I2cMaster > | protected |
I2cDevice< I2cMaster, 4 >::read(uint8_t *buffer, std::size_t size) | modm::I2cDevice< I2cMaster, 4 > | inline |
runTransaction() | modm::I2cDevice< I2cMaster, 4 > | inlineprotected |
setAddress(uint8_t address) | modm::I2cDevice< I2cMaster, 4 > | inline |
startRead(uint8_t *buffer, std::size_t size) | modm::I2cDevice< I2cMaster, 4 > | inlineprotected |
startTransaction() | modm::I2cDevice< I2cMaster, 4 > | inlineprotected |
startTransaction(modm::I2cTransaction *transaction) | modm::I2cDevice< I2cMaster, 4 > | inlineprotected |
startWrite(const uint8_t *buffer, std::size_t size) | modm::I2cDevice< I2cMaster, 4 > | inlineprotected |
startWriteRead(const uint8_t *writeBuffer, std::size_t writeSize, uint8_t *readBuffer, std::size_t readSize) | modm::I2cDevice< I2cMaster, 4 > | inlineprotected |
stopResumable() (defined in modm::NestedResumable< 10+1 >) | modm::NestedResumable< 10+1 > | |
transaction (defined in modm::I2cDevice< I2cMaster, 4 >) | modm::I2cDevice< I2cMaster, 4 > | protected |
wasTransactionSuccessful() | modm::I2cDevice< I2cMaster, 4 > | inlineprotected |
write(uint8_t reg, uint8_t value) (defined in modm::Pat9125elI2cTransport< I2cMaster >) | modm::Pat9125elI2cTransport< I2cMaster > | protected |
I2cDevice< I2cMaster, 4 >::write(const uint8_t *buffer, std::size_t size) | modm::I2cDevice< I2cMaster, 4 > | inline |
writeRead(const uint8_t *writeBuffer, std::size_t writeSize, uint8_t *readBuffer, std::size_t readSize) | modm::I2cDevice< I2cMaster, 4 > | inline |