#[repr(C)]
pub struct RegisterBlock { pub ram0: RAM, pub ram1: RAM, pub ram2: RAM, pub ram3: RAM, pub ram4: RAM, pub ram5: RAM, pub ram6: RAM, pub ram7: 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

ram4: RAM

0x640..0x64c - Unspecified

ram5: RAM

0x650..0x65c - Unspecified

ram6: RAM

0x660..0x66c - Unspecified

ram7: RAM

0x670..0x67c - 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.