Struct lpc13xx::i2c::CONCLR [] [src]

pub struct CONCLR { /* fields omitted */ }

I2C Control Clear Register. When a one is written to a bit of this register, the corresponding bit in the I2C control register is cleared. Writing a zero has no effect on the corresponding bit in the I2C control register.

Methods

impl CONCLR
[src]

[src]

Writes to the register

Trait Implementations

Auto Trait Implementations

impl Send for CONCLR

impl !Sync for CONCLR