Struct stm32f0x0::usart1::RegisterBlock[][src]

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

Register block

Fields

0x00 - Control register 1

0x04 - Control register 2

0x08 - Control register 3

0x0c - Baud rate register

0x10 - Guard time and prescaler register

0x14 - Receiver timeout register

0x18 - Request register

0x1c - Interrupt & status register

0x20 - Interrupt flag clear register

0x24 - Receive data register

0x28 - Transmit data register

Auto Trait Implementations