#[repr(C)]
pub struct RegisterBlock { pub cr0: Reg<CR_SPEC>, pub truth0: Reg<TRUTH_SPEC>, pub cr1: Reg<CR_SPEC>, pub truth1: Reg<TRUTH_SPEC>, pub parameter: Reg<PARAMETER_SPEC>, pub version: Reg<VERSION_SPEC>, /* private fields */ }
Expand description

Register block

Fields

cr0: Reg<CR_SPEC>

0x00 - Control Register

truth0: Reg<TRUTH_SPEC>

0x04 - Truth Register

cr1: Reg<CR_SPEC>

0x08 - Control Register

truth1: Reg<TRUTH_SPEC>

0x0c - Truth Register

parameter: Reg<PARAMETER_SPEC>

0x38 - Parameter Register

version: Reg<VERSION_SPEC>

0x3c - 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

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.