#[repr(C)]
pub struct RegisterBlock { pub sar: SAR, pub dar: DAR, pub ctll: CTLL, pub ctlh: CTLH, pub cfgl: CFGL, pub cfgh: CFGH, /* private fields */ }
Expand description

Register block

Fields

sar: SAR

0x00 - Source Address Register

dar: DAR

0x08 - Destination Address Register

ctll: CTLL

0x18 - Control Register Low

ctlh: CTLH

0x1c - Control Register High

cfgl: CFGL

0x40 - Configuration Register Low

cfgh: CFGH

0x44 - Configuration Register High

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.