#[repr(C)]
pub struct RegisterBlock { pub cssa: Reg<CSSA_SPEC>, pub csl: Reg<CSL_SPEC>, pub nvdssa: Reg<NVDSSA_SPEC>, pub nvdsl: Reg<NVDSL_SPEC>, pub vdssa: Reg<VDSSA_SPEC>, pub vdsl: Reg<VDSL_SPEC>, pub cr: Reg<CR_SPEC>, /* private fields */ }
Expand description

Register block

Fields

cssa: Reg<CSSA_SPEC>

0x00 - Code segment start address

csl: Reg<CSL_SPEC>

0x04 - Code segment length

nvdssa: Reg<NVDSSA_SPEC>

0x08 - Non-volatile data segment start address

nvdsl: Reg<NVDSL_SPEC>

0x0c - Non-volatile data segment length

vdssa: Reg<VDSSA_SPEC>

0x10 - Volatile data segment start address

vdsl: Reg<VDSL_SPEC>

0x14 - Volatile data segment length

cr: Reg<CR_SPEC>

0x20 - Configuration 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.