#[repr(C)]
pub struct RegisterBlock { pub crcdi: Reg<CRCDI_SPEC>, pub crcdirb: Reg<CRCDIRB_SPEC>, pub crcinires: Reg<CRCINIRES_SPEC>, pub crcresr: Reg<CRCRESR_SPEC>, }
Expand description

Register block

Fields

crcdi: Reg<CRCDI_SPEC>

0x00 - CRC Data In Register

crcdirb: Reg<CRCDIRB_SPEC>

0x02 - CRC data in reverse byte Register

crcinires: Reg<CRCINIRES_SPEC>

0x04 - CRC Initialisation Register and Result Register

crcresr: Reg<CRCRESR_SPEC>

0x06 - CRC reverse result 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.