pub struct W(_);
Expand description

Register MASTER_SEC_ANTI_POL_REG writer

Implementations

Bits 4:5 - Micro-Cortex M33 (CPU1) Code bus. Must be equal to NOT(MASTER_SEC_LEVEL.CPU1C)

Bits 6:7 - Micro-Cortex M33 (CPU1) System bus. Must be equal to NOT(MASTER_SEC_LEVEL.CPU1S)

Bits 8:9 - USB Full Speed Device. Must be equal to NOT(MASTER_SEC_LEVEL.USBFSD)

Bits 10:11 - System DMA 0. Must be equal to NOT(MASTER_SEC_LEVEL.SDMA0)

Bits 16:17 - SDIO. Must be equal to NOT(MASTER_SEC_LEVEL.SDIO)

Bits 18:19 - Power Quad. Must be equal to NOT(MASTER_SEC_LEVEL.PQ)

Bits 20:21 - Hash. Must be equal to NOT(MASTER_SEC_LEVEL.HASH)

Bits 22:23 - USB Full speed Host. Must be equal to NOT(MASTER_SEC_LEVEL.USBFSH)

Bits 24:25 - System DMA 1 security level. Must be equal to NOT(MASTER_SEC_LEVEL.SDMA1)

Bits 30:31 - MASTER_SEC_ANTI_POL_REG register write-lock.

Writes raw bits to the register.

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