pub struct R(_);
Expand description

Register CSW reader

Implementations

Bit 0 - Debugger will set this bit to 1 to request a resynchronrisation

Bit 1 - Request is pending from debugger (i.e unread value in REQUEST)

Bit 2 - Debugger overrun error (previous REQUEST overwritten before being picked up by ROM)

Bit 3 - AHB overrun Error (Return value overwritten by ROM)

Bit 4 - Soft Reset for DM (write-only from AHB, not readable and selfclearing). A write to this bit will cause a soft reset for DM.

Methods from Deref<Target = R<CSW_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Performs the conversion.

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.