Struct stm32h743::i2c1::i2c_oar1::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: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 R

impl Sync for R