[][src]Module tm4c129x_hal::i2c

Inter-Integrated Circuit (I2C) bus

Macros

i2c_busy_wait

Spins until the controler is ready (mcs.busy is clear) and optionally on another field of the mcs register until it is clear or set (depending on op parameter).

i2c_hal

Implements embedded-hal for an TM4C I2C peripheral

i2c_pins

Implements the traits for an I2C peripheral

Structs

I2c

I2C peripheral operating in master mode

Enums

Error

I2C error

Traits

SclPin

SCL pin -- DO NOT IMPLEMENT THIS TRAIT

SdaPin

SDA pin -- DO NOT IMPLEMENT THIS TRAIT