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

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

[src]

Value of the register as raw bits

[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 R

impl Sync for R