#[repr(C)]
pub struct RegisterBlock { pub stim: [Stim; 256], pub ter: [RW<u32>; 8], pub tpr: RW<u32>, pub tcr: RW<u32>, pub lar: WO<u32>, pub lsr: RO<u32>, /* private fields */ }
Expand description

Register block

Fields§

§stim: [Stim; 256]

Stimulus Port

§ter: [RW<u32>; 8]

Trace Enable

§tpr: RW<u32>

Trace Privilege

§tcr: RW<u32>

Trace Control

§lar: WO<u32>

Lock Access

§lsr: RO<u32>

Lock Status

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.