pub struct W(_);
Expand description

Register CSW writer

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.

Bit 5 - Write only bit. Once written will cause the chip to reset (note that the DM is not reset by this reset as it is only resettable by a SOFT reset or a POR/BOD event)

Writes raw bits to the register.

Methods from Deref<Target = W<CSW_SPEC>>

Writes raw bits to the register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably 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.