#[repr(C)]
pub struct RegisterBlock { pub ram0: RAM, pub ram1: RAM, pub ram2: RAM, pub ram3: RAM, /* private fields */ }
Expand description

Register block

Fields

ram0: RAM

0x600..0x60c - Unspecified

ram1: RAM

0x610..0x61c - Unspecified

ram2: RAM

0x620..0x62c - Unspecified

ram3: RAM

0x630..0x63c - Unspecified

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.