Module avr_oxide::hal::generic::twi

source ·
Expand description

Generic Two Wire Interface (I2C & SPI) driver support

Modules§

Structs§

  • A TWI command. For simple writes and read, we can simply pass the driver a buffer (or set of buffers), which will then be transmitted/received-into with zero-copying. For more complex cases, it is possible to instead use a dynamic implementation of an object that implements the TwiTransaction trait.
  • A TWI device address

Enums§

Traits§

Type Aliases§