Struct stm32f103xx::i2c1::sr1::W[][src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

Reset value of the register

Writes raw bits to the register

Bit 15 - SMBus alert

Bit 14 - Timeout or Tlow error

Bit 12 - PEC Error in reception

Bit 11 - Overrun/Underrun

Bit 10 - Acknowledge failure

Bit 9 - Arbitration lost (master mode)

Bit 8 - Bus error

Auto Trait Implementations

impl Send for W

impl Sync for W