At24Mac402(uint8_t address=0x50) | modm::At24Mac402< I2cMaster > | |
I2cDevice(uint8_t address) | modm::I2cDevice< I2cMaster, 1, i2c_eeprom::detail::DataTransmissionAdapter< 2 > > | inline |
I2cEeprom(uint8_t address=0x50) (defined in modm::I2cEeprom< I2cMaster, 1 >) | modm::I2cEeprom< I2cMaster, 1 > | |
attachConfigurationHandler(I2c::ConfigurationHandler handler) | modm::I2cDevice< I2cMaster, 1, i2c_eeprom::detail::DataTransmissionAdapter< 2 > > | 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, 1, i2c_eeprom::detail::DataTransmissionAdapter< 2 > > | inlineprotected |
ping() (defined in modm::At24Mac402< I2cMaster >) | modm::At24Mac402< I2cMaster > | |
read(uint32_t address, uint8_t *data, std::size_t length) (defined in modm::At24Mac402< I2cMaster >) | modm::At24Mac402< I2cMaster > | |
read(uint32_t address, T &data) (defined in modm::At24Mac402< I2cMaster >) | modm::At24Mac402< I2cMaster > | |
I2cEeprom< I2cMaster, 1 >::read(uint16_t address, T &data) | modm::I2cEeprom< I2cMaster, 1 > | inline |
I2cDevice< I2cMaster, 1, i2c_eeprom::detail::DataTransmissionAdapter< 2 > >::read(uint8_t *buffer, std::size_t size) | modm::I2cDevice< I2cMaster, 1, i2c_eeprom::detail::DataTransmissionAdapter< 2 > > | inline |
readByte(uint32_t address, uint8_t &data) (defined in modm::At24Mac402< I2cMaster >) | modm::At24Mac402< I2cMaster > | |
readMac(std::span< uint8_t, 6 > data) (defined in modm::At24Mac402< I2cMaster >) | modm::At24Mac402< I2cMaster > | |
readUniqueId(std::span< uint8_t, 16 > data) (defined in modm::At24Mac402< I2cMaster >) | modm::At24Mac402< I2cMaster > | |
runTransaction() | modm::I2cDevice< I2cMaster, 1, i2c_eeprom::detail::DataTransmissionAdapter< 2 > > | inlineprotected |
setAddress(uint8_t address) | modm::At24Mac402< I2cMaster > | |
startRead(uint8_t *buffer, std::size_t size) | modm::I2cDevice< I2cMaster, 1, i2c_eeprom::detail::DataTransmissionAdapter< 2 > > | inlineprotected |
startTransaction() | modm::I2cDevice< I2cMaster, 1, i2c_eeprom::detail::DataTransmissionAdapter< 2 > > | inlineprotected |
startTransaction(modm::I2cTransaction *transaction) | modm::I2cDevice< I2cMaster, 1, i2c_eeprom::detail::DataTransmissionAdapter< 2 > > | inlineprotected |
startWrite(const uint8_t *buffer, std::size_t size) | modm::I2cDevice< I2cMaster, 1, i2c_eeprom::detail::DataTransmissionAdapter< 2 > > | inlineprotected |
startWriteRead(const uint8_t *writeBuffer, std::size_t writeSize, uint8_t *readBuffer, std::size_t readSize) | modm::I2cDevice< I2cMaster, 1, i2c_eeprom::detail::DataTransmissionAdapter< 2 > > | inlineprotected |
stopResumable() (defined in modm::NestedResumable< 10+1 >) | modm::NestedResumable< 10+1 > | |
transaction (defined in modm::I2cDevice< I2cMaster, 1, i2c_eeprom::detail::DataTransmissionAdapter< 2 > >) | modm::I2cDevice< I2cMaster, 1, i2c_eeprom::detail::DataTransmissionAdapter< 2 > > | protected |
wasTransactionSuccessful() | modm::I2cDevice< I2cMaster, 1, i2c_eeprom::detail::DataTransmissionAdapter< 2 > > | inlineprotected |
write(uint32_t address, const uint8_t *data, std::size_t length) (defined in modm::At24Mac402< I2cMaster >) | modm::At24Mac402< I2cMaster > | |
write(uint32_t address, const T &data) (defined in modm::At24Mac402< I2cMaster >) | modm::At24Mac402< I2cMaster > | |
I2cDevice< I2cMaster, 1, i2c_eeprom::detail::DataTransmissionAdapter< 2 > >::write(const uint8_t *buffer, std::size_t size) | modm::I2cDevice< I2cMaster, 1, i2c_eeprom::detail::DataTransmissionAdapter< 2 > > | inline |
writeByte(uint32_t address, uint8_t data) (defined in modm::At24Mac402< I2cMaster >) | modm::At24Mac402< I2cMaster > | |
writeRead(const uint8_t *writeBuffer, std::size_t writeSize, uint8_t *readBuffer, std::size_t readSize) | modm::I2cDevice< I2cMaster, 1, i2c_eeprom::detail::DataTransmissionAdapter< 2 > > | inline |