#[repr(C)]
pub struct RegisterBlock { pub cssa: CSSA, pub csl: CSL, pub nvdssa: NVDSSA, pub nvdsl: NVDSL, pub vdssa: VDSSA, pub vdsl: VDSL, pub cr: CR, /* private fields */ }
Expand description

Register block

Fields§

§cssa: CSSA

0x00 - Code segment start address

§csl: CSL

0x04 - Code segment length

§nvdssa: NVDSSA

0x08 - Non-volatile data segment start address

§nvdsl: NVDSL

0x0c - Non-volatile data segment length

§vdssa: VDSSA

0x10 - Volatile data segment start address

§vdsl: VDSL

0x14 - Volatile data segment length

§cr: CR

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.

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.