Struct stm32l0x1::i2c1::timingr::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

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

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

Bits 16:19 - Data hold time

Bits 20:23 - Data setup time

Bits 28:31 - Timing prescaler

Auto Trait Implementations

impl Send for W

impl Sync for W