Struct stm32f103xx::i2c1::cr2::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 12 - DMA last transfer

Bit 11 - DMA requests enable

Bit 10 - Buffer interrupt enable

Bit 9 - Event interrupt enable

Bit 8 - Error interrupt enable

Bits 0:5 - Peripheral clock frequency

Auto Trait Implementations

impl Send for W

impl Sync for W