Struct stm32l0x1::lpuart1::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub cr1: CR1, pub cr2: CR2, pub cr3: CR3, pub brr: BRR, pub rqr: RQR, pub isr: ISR, pub icr: ICR, pub rdr: RDR, pub tdr: TDR, // some fields omitted }

Register block

Fields

0x00 - Control register 1

0x04 - Control register 2

0x08 - Control register 3

0x0c - Baud rate register

0x18 - Request register

0x1c - Interrupt & status register

0x20 - Interrupt flag clear register

0x24 - Receive data register

0x28 - Transmit data register

Auto Trait Implementations