Struct mkw41z::lpuart0::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub baud: BAUD, pub stat: STAT, pub ctrl: CTRL, pub data: DATA, pub match_: MATCH, pub modir: MODIR, }

Register block

Fields

0x00 - LPUART Baud Rate Register

0x04 - LPUART Status Register

0x08 - LPUART Control Register

0x0c - LPUART Data Register

0x10 - LPUART Match Address Register

0x14 - LPUART Modem IrDA Register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock