Struct lpc13xx::i2c::conset::R [] [src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

[src]

Value of the register as raw bits

[src]

Bit 2 - Assert acknowledge flag.

[src]

Bit 3 - I2C interrupt flag.

[src]

Bit 4 - STOP flag.

[src]

Bit 5 - START flag.

[src]

Bit 6 - I2C interface enable.

Trait Implementations

Auto Trait Implementations

impl Send for R

impl Sync for R