pub struct W(_);
Expand description

Register NMIENCLR writer

Implementations

Bit 0 - Write ‘1’ to disable non-maskable interrupt for REGION[0].WA event

Bit 1 - Write ‘1’ to disable non-maskable interrupt for REGION[0].RA event

Bit 2 - Write ‘1’ to disable non-maskable interrupt for REGION[1].WA event

Bit 3 - Write ‘1’ to disable non-maskable interrupt for REGION[1].RA event

Bit 4 - Write ‘1’ to disable non-maskable interrupt for REGION[2].WA event

Bit 5 - Write ‘1’ to disable non-maskable interrupt for REGION[2].RA event

Bit 6 - Write ‘1’ to disable non-maskable interrupt for REGION[3].WA event

Bit 7 - Write ‘1’ to disable non-maskable interrupt for REGION[3].RA event

Bit 24 - Write ‘1’ to disable non-maskable interrupt for PREGION[0].WA event

Bit 25 - Write ‘1’ to disable non-maskable interrupt for PREGION[0].RA event

Bit 26 - Write ‘1’ to disable non-maskable interrupt for PREGION[1].WA event

Bit 27 - Write ‘1’ to disable non-maskable interrupt for PREGION[1].RA event

Writes raw bits to the register.

Methods from Deref<Target = W<NMIENCLR_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.