Struct max32630_svd::uart0::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub ctrl: CTRL, pub baud: BAUD, pub tx_fifo_ctrl: TX_FIFO_CTRL, pub rx_fifo_ctrl: RX_FIFO_CTRL, pub md_ctrl: MD_CTRL, pub intfl: INTFL, pub inten: INTEN, }

Register block

Fields

0x00 - UART Control Register

0x04 - UART Baud Control Register

0x08 - UART TX Fifo Control Register

0x0c - UART RX Fifo Control Register

0x10 - UART Multidrop Control Register

0x14 - UART Interrupt Flags

0x18 - UART Interrupt Enable/Disable Controls

Auto Trait Implementations