pub struct W(_);
Expand description

Register CSR writer

Implementations

Bits 0:3 - FUNC

Bits 4:7 - Precision (number of iterations/cycles) required

Bits 8:10 - Scaling factor (2^-n for arguments, 2^n for results)

Bit 16 - IEN

Bit 17 - DMAREN

Bit 18 - DMAWEN

Bit 19 - NRES

Bit 20 - NARGS

Bit 21 - RESSIZE

Bit 22 - ARGSIZE

Bit 31 - RRDY

Writes raw bits to the register.

Methods from Deref<Target = W<CSR_SPEC>>

Writes raw bits to the register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

Converts to this type from the input type.

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.