pub struct W(_);
Expand description

Register CPU0_LOCK_REG writer

Implementations

Bits 0:1 - Cortex M33 (CPU0) VTOR_NS register write-lock.

Bits 2:3 - Cortex M33 (CPU0) non-secure MPU register write-lock.

Bits 4:5 - Cortex M33 (CPU0) VTOR_S, AIRCR.PRIS, IRCR.BFHFNMINS registers write-lock.

Bits 6:7 - Cortex M33 (CPU0) Secure MPU registers write-lock.

Bits 8:9 - Cortex M33 (CPU0) SAU registers write-lock.

Bits 30:31 - CPU0_LOCK_REG write-lock.

Writes raw bits to the register.

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