Struct lpc845_pac::mtb_sfr::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub position: Reg<POSITION_SPEC>, pub master: Reg<MASTER_SPEC>, pub flow: Reg<FLOW_SPEC>, pub base: Reg<BASE_SPEC>, }
Expand description

Register block

Fields

position: Reg<POSITION_SPEC>

0x00 - POSITION Register

master: Reg<MASTER_SPEC>

0x04 - MASTER Register

flow: Reg<FLOW_SPEC>

0x08 - FLOW Register

base: Reg<BASE_SPEC>

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

Performs the conversion.

Performs the conversion.

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.