Struct stm32ral::stm32f2::peripherals::uart::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub SR: RWRegister<u32>, pub DR: RWRegister<u32>, pub BRR: RWRegister<u32>, pub CR1: RWRegister<u32>, pub CR2: RWRegister<u32>, pub CR3: RWRegister<u32>, }

Fields

SR: RWRegister<u32>

Status register

DR: RWRegister<u32>

Data register

BRR: RWRegister<u32>

Baud rate register

CR1: RWRegister<u32>

Control register 1

CR2: RWRegister<u32>

Control register 2

CR3: RWRegister<u32>

Control register 3

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.