#[repr(C)]
pub struct RegisterBlock {
Show 15 fields pub dscr: Reg<DSCR_SPEC>, pub dma_en: Reg<DMA_EN_SPEC>, pub dma_dis: Reg<DMA_DIS_SPEC>, pub dma_sr: Reg<DMA_SR_SPEC>, pub dma_ier: Reg<DMA_IER_SPEC>, pub dma_idr: Reg<DMA_IDR_SPEC>, pub dma_imr: Reg<DMA_IMR_SPEC>, pub dma_isr: Reg<DMA_ISR_SPEC>, pub cr: Reg<CR_SPEC>, pub mr: Reg<MR_SPEC>, pub sr: Reg<SR_SPEC>, pub ier: Reg<IER_SPEC>, pub idr: Reg<IDR_SPEC>, pub imr: Reg<IMR_SPEC>, pub isr: Reg<ISR_SPEC>, /* private fields */
}
Expand description

Register block

Fields

dscr: Reg<DSCR_SPEC>

0x00 - CRCCU Descriptor Base Register

dma_en: Reg<DMA_EN_SPEC>

0x08 - CRCCU DMA Enable Register

dma_dis: Reg<DMA_DIS_SPEC>

0x0c - CRCCU DMA Disable Register

dma_sr: Reg<DMA_SR_SPEC>

0x10 - CRCCU DMA Status Register

dma_ier: Reg<DMA_IER_SPEC>

0x14 - CRCCU DMA Interrupt Enable Register

dma_idr: Reg<DMA_IDR_SPEC>

0x18 - CRCCU DMA Interrupt Disable Register

dma_imr: Reg<DMA_IMR_SPEC>

0x1c - CRCCU DMA Interrupt Mask Register

dma_isr: Reg<DMA_ISR_SPEC>

0x20 - CRCCU DMA Interrupt Status Register

cr: Reg<CR_SPEC>

0x34 - CRCCU Control Register

mr: Reg<MR_SPEC>

0x38 - CRCCU Mode Register

sr: Reg<SR_SPEC>

0x3c - CRCCU Status Register

ier: Reg<IER_SPEC>

0x40 - CRCCU Interrupt Enable Register

idr: Reg<IDR_SPEC>

0x44 - CRCCU Interrupt Disable Register

imr: Reg<IMR_SPEC>

0x48 - CRCCU Interrupt Mask Register

isr: Reg<ISR_SPEC>

0x4c - CRCCU Interrupt Status 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.