Struct stm32f103xx::i2c1::oar1::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 - Addressing mode (slave mode)

Bits 8:9 - Interface address

Bits 1:7 - Interface address

Bit 0 - Interface address

Auto Trait Implementations

impl Send for W

impl Sync for W