Struct stm32g0::stm32g0b0::i2c1::i2c_oar1::R[][src]

pub struct R(_);
Expand description

Register I2C_OAR1 reader

Implementations

Bits 0:9 - Interface own slave address 7-bit addressing mode: OA1[7:1] contains the 7-bit own slave address. The bits OA1[9], OA1[8] and OA1[0] are don’t care. 10-bit addressing mode: OA1[9:0] contains the 10-bit own slave address. Note: These bits can be written only when OA1EN=0.

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

Bit 15 - Own Address 1 enable

Methods from Deref<Target = R<I2C_OAR1_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.