Struct lpc13xx::i2c::DATA_BUFFER [] [src]

pub struct DATA_BUFFER { /* fields omitted */ }

Data buffer register. The contents of the 8 MSBs of the I2DAT shift register will be transferred to the DATA_BUFFER automatically after every nine bits (8 bits of data plus ACK or NACK) has been received on the bus.

Methods

impl DATA_BUFFER
[src]

[src]

Reads the contents of the register

Trait Implementations

Auto Trait Implementations

impl Send for DATA_BUFFER

impl !Sync for DATA_BUFFER