Struct atsam4lc4c::parc::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub cfg: CFG, pub cr: CR, pub ier: IER, pub idr: IDR, pub imr: IMR, pub sr: SR, pub icr: ICR, pub rhr: RHR, pub version: VERSION, }

Register block

Fields

0x00 - Configuration Register

0x04 - Control Register

0x08 - Interrupt Enable Register

0x0c - Interrupt Disable Register

0x10 - Interrupt Mask Register

0x14 - Status Register

0x18 - Interrupt Status Clear Register

0x1c - Receive Holding Register

0x20 - Version Register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock