Struct stm32f30x::usart1::RegisterBlock [] [src]

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