Struct stm32h743::i2c1::i2c_oar1::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:9 - Interface address 7-bit addressing mode: dont care 10-bit addressing mode: bits 9:8 of address Note: These bits can be written only when OA1EN=0. OA1[7:1]: Interface address Bits 7:1 of address Note: These bits can be written only when OA1EN=0. OA1[0]: Interface address 7-bit addressing mode: dont care 10-bit addressing mode: bit 0 of address Note: This bit can be written only when OA1EN=0.

[src]

Bit 10 - Own Address 1 10-bit mode Note: This bit can be written only when OA1EN=0.

[src]

Bit 15 - Own Address 1 enable

Trait Implementations

Auto Trait Implementations

impl Send for W

impl Sync for W