Struct stm32f334::i2c1::timingr::W [] [src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

[src]

Reset value of the register

[src]

Writes raw bits to the register

[src]

Bits 0:7 - SCL low period (master mode)

[src]

Bits 8:15 - SCL high period (master mode)

[src]

Bits 16:19 - Data hold time

[src]

Bits 20:23 - Data setup time

[src]

Bits 28:31 - Timing prescaler

Trait Implementations

Auto Trait Implementations

impl Send for W

impl Sync for W