Struct stm32f103xx::i2c1::ccr::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 - I2C master mode selection

Bit 14 - Fast mode duty cycle

Bits 0:11 - Clock control register in Fast/Standard mode (Master mode)

Auto Trait Implementations

impl Send for W

impl Sync for W