#[repr(C)]
pub struct RegisterBlock {
Show 16 fields pub acr1: ACR1, pub acr2: ACR2, pub afrcr: AFRCR, pub aslotr: ASLOTR, pub aim: AIM, pub asr: ASR, pub aclrfr: ACLRFR, pub adr: ADR, pub bcr1: BCR1, pub bcr2: BCR2, pub bfrcr: BFRCR, pub bslotr: BSLOTR, pub bim: BIM, pub bsr: BSR, pub bclrfr: BCLRFR, pub bdr: BDR, /* private fields */
}
Expand description

Register block

Fields§

§acr1: ACR1

0x04 - AConfiguration register 1

§acr2: ACR2

0x08 - AConfiguration register 2

§afrcr: AFRCR

0x0c - AFRCR

§aslotr: ASLOTR

0x10 - ASlot register

§aim: AIM

0x14 - AInterrupt mask register2

§asr: ASR

0x18 - AStatus register

§aclrfr: ACLRFR

0x1c - AClear flag register

§adr: ADR

0x20 - AData register

§bcr1: BCR1

0x24 - BConfiguration register 1

§bcr2: BCR2

0x28 - BConfiguration register 2

§bfrcr: BFRCR

0x2c - BFRCR

§bslotr: BSLOTR

0x30 - BSlot register

§bim: BIM

0x34 - BInterrupt mask register2

§bsr: BSR

0x38 - BStatus register

§bclrfr: BCLRFR

0x3c - BClear flag register

§bdr: BDR

0x40 - BData 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.

Should always be Self
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.