Struct stm32ral::stm32g0::peripherals::lpuart_v1::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub CR1: RWRegister<u32>, pub CR2: RWRegister<u32>, pub CR3: RWRegister<u32>, pub BRR: RWRegister<u32>, pub RQR: WORegister<u32>, pub ISR: RORegister<u32>, pub ICR: WORegister<u32>, pub RDR: RORegister<u32>, pub TDR: RWRegister<u32>, pub PRESC: RWRegister<u32>, // some fields omitted }

Fields

CR1: RWRegister<u32>

Control register 1

CR2: RWRegister<u32>

Control register 2

CR3: RWRegister<u32>

Control register 3

BRR: RWRegister<u32>

Baud rate register

RQR: WORegister<u32>

Request register

ISR: RORegister<u32>

Interrupt & status register

ICR: WORegister<u32>

Interrupt flag clear register

RDR: RORegister<u32>

Receive data register

TDR: RWRegister<u32>

Transmit data register

PRESC: RWRegister<u32>

Prescaler register

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.