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

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