Struct stm32f103xx::usart1::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub sr: SR, pub dr: DR, pub brr: BRR, pub cr1: CR1, pub cr2: CR2, pub cr3: CR3, pub gtpr: GTPR, }

Register block

Fields

0x00 - Status register

0x04 - Data register

0x08 - Baud rate register

0x0c - Control register 1

0x10 - Control register 2

0x14 - Control register 3

0x18 - Guard time and prescaler register