modm API documentation
modm::At24Mac402< I2cMaster > Member List

This is the complete list of members for modm::At24Mac402< I2cMaster >, including all inherited members.

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 >
NestedResumable()modm::NestedResumable< 10+1 >inlineprotected
attachConfigurationHandler(I2c::ConfigurationHandler handler)modm::I2cDevice< I2cMaster, 1, i2c_eeprom::detail::DataTransmissionAdapter< 2 > >inline
function(...)modm::NestedResumable< 10+1 >
getResumableDepth() constmodm::NestedResumable< 10+1 >inline
isResumableRunning() constmodm::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
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()modm::NestedResumable< 10+1 >inline
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 >
writeByte(uint32_t address, uint8_t data) (defined in modm::At24Mac402< I2cMaster >)modm::At24Mac402< I2cMaster >