#[repr(C)]
pub struct RegisterBlock { pub position: POSITION, pub master: MASTER, pub flow: FLOW, pub base: BASE, }
Expand description

Register block

Fields§

§position: POSITION

0x00 - POSITION Register

§master: MASTER

0x04 - MASTER Register

§flow: FLOW

0x08 - FLOW Register

§base: BASE

0x0c - Indicates where the SRAM is located in the processor memory map. This register is provided to enable auto discovery of the MTB SRAM location, by a debug agent.

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.