Module e310x_hal::i2c

source ·
Expand description

I2C Master Interface

The SiFive Inter-Integrated Circuit (I2C) Master Interface is based on OpenCores® I2C Master Core.

You can use the I2c interface with these I2C instances

I2C0

  • SDA: Pin 12 IOF0
  • SCL: Pin 13 IOF0
  • Interrupt::I2C0

Structs

  • I2C abstraction

Enums

Traits

  • SCL pin - DO NOT IMPLEMENT THIS TRAIT
  • SDA pin - DO NOT IMPLEMENT THIS TRAIT