Struct e310x::uart0::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub txdata: TXDATA, pub rxdata: RXDATA, pub txctrl: TXCTRL, pub rxctrl: RXCTRL, pub ie: IE, pub ip: IP, pub div: DIV, }

Register block

Fields

0x00 - Transmit Data Register

0x04 - Receive Data Register

0x08 - Transmit Control Register

0x0c - Receive Control Register

0x10 - Interrupt Enable Register

0x14 - Interrupt Pending Register

0x18 - Baud Rate Divisor Register