Struct atsam4lc8b_pac::abdacb::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub cr: Reg<CR_SPEC>, pub sdr0: Reg<SDR0_SPEC>, pub sdr1: Reg<SDR1_SPEC>, pub vcr0: Reg<VCR0_SPEC>, pub vcr1: Reg<VCR1_SPEC>, pub ier: Reg<IER_SPEC>, pub idr: Reg<IDR_SPEC>, pub imr: Reg<IMR_SPEC>, pub sr: Reg<SR_SPEC>, pub scr: Reg<SCR_SPEC>, pub parameter: Reg<PARAMETER_SPEC>, pub version: Reg<VERSION_SPEC>, }
Expand description

Register block

Fields

cr: Reg<CR_SPEC>

0x00 - Control Register

sdr0: Reg<SDR0_SPEC>

0x04 - Sample Data Register 0

sdr1: Reg<SDR1_SPEC>

0x08 - Sample Data Register 1

vcr0: Reg<VCR0_SPEC>

0x0c - Volume Control Register 0

vcr1: Reg<VCR1_SPEC>

0x10 - Volume Control Register 1

ier: Reg<IER_SPEC>

0x14 - Interrupt Enable Register

idr: Reg<IDR_SPEC>

0x18 - Interupt Disable Register

imr: Reg<IMR_SPEC>

0x1c - Interrupt Mask Register

sr: Reg<SR_SPEC>

0x20 - Status Register

scr: Reg<SCR_SPEC>

0x24 - Status Clear Register

parameter: Reg<PARAMETER_SPEC>

0x28 - Parameter Register

version: Reg<VERSION_SPEC>

0x2c - 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.