Struct stm32ral::stm32l1::peripherals::i2c::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub CR1: RWRegister<u32>, pub CR2: RWRegister<u32>, pub OAR1: RWRegister<u32>, pub OAR2: RWRegister<u32>, pub DR: RWRegister<u32>, pub SR1: RWRegister<u32>, pub SR2: RORegister<u32>, pub CCR: RWRegister<u32>, pub TRISE: RWRegister<u32>, }

Fields

CR1: RWRegister<u32>

CR1

CR2: RWRegister<u32>

CR2

OAR1: RWRegister<u32>

OAR1

OAR2: RWRegister<u32>

OAR2

DR: RWRegister<u32>

DR

SR1: RWRegister<u32>

SR1

SR2: RORegister<u32>

SR2

CCR: RWRegister<u32>

CCR

TRISE: RWRegister<u32>

TRISE

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.