Struct lpc13xx::i2c::DAT [] [src]

pub struct DAT { /* fields omitted */ }

I2C Data Register. During master or slave transmit mode, data to be transmitted is written to this register. During master or slave receive mode, data that has been received may be read from this register.

Methods

impl DAT
[src]

[src]

Modifies the contents of the register

[src]

Reads the contents of the register

[src]

Writes to the register

[src]

Writes the reset value to the register

Trait Implementations

Auto Trait Implementations

impl Send for DAT

impl !Sync for DAT