#[repr(C)]
pub struct RegisterBlock { pub dhcsr: RW<u32>, pub dcrsr: WO<u32>, pub dcrdr: RW<u32>, pub demcr: RW<u32>, }
Expand description

Register block

Fields

dhcsr: RW<u32>

Debug Halting Control and Status

dcrsr: WO<u32>

Debug Core Register Selector

dcrdr: RW<u32>

Debug Core Register Data

demcr: RW<u32>

Debug Exception and Monitor Control

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.