Module avrox_storage::serprom::composite

source ·
Expand description

Composite serial PROM devices (i.e. devices that are made up of multiple discrete chips with different I2C device IDs that make up a single larger storage volume.)

Structs§

  • A CompositeSerProm is a serial PROM device made up of multiple subsidiary devices, each with a different I2C bus address, that are stitched together to appear as a single device.