Struct atsam4lc8b_pac::parc::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub cfg: Reg<CFG_SPEC>, pub cr: Reg<CR_SPEC>, pub ier: Reg<IER_SPEC>, pub idr: Reg<IDR_SPEC>, pub imr: Reg<IMR_SPEC>, pub sr: Reg<SR_SPEC>, pub icr: Reg<ICR_SPEC>, pub rhr: Reg<RHR_SPEC>, pub version: Reg<VERSION_SPEC>, }
Expand description

Register block

Fields

cfg: Reg<CFG_SPEC>

0x00 - Configuration Register

cr: Reg<CR_SPEC>

0x04 - Control Register

ier: Reg<IER_SPEC>

0x08 - Interrupt Enable Register

idr: Reg<IDR_SPEC>

0x0c - Interrupt Disable Register

imr: Reg<IMR_SPEC>

0x10 - Interrupt Mask Register

sr: Reg<SR_SPEC>

0x14 - Status Register

icr: Reg<ICR_SPEC>

0x18 - Interrupt Status Clear Register

rhr: Reg<RHR_SPEC>

0x1c - Receive Holding Register

version: Reg<VERSION_SPEC>

0x20 - Version Register

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.