Module pic32_hal::i2c[][src]

Expand description

I2C driver for PIC32

Structs

An I2C driver for the PIC32. Contains primitives transmit(), receive(), rstart(), stop() that can be called one after another to build a complex I2C transaction. A Transaction must be started with transmit() and concluded with stop()

Enums

I2C Error type

I2C clock frequency specifier The values of this enum correspond to the divisor values mentioned in the reference manual

Traits

Primitive I2C Operations