pub struct R(_);
Expand description

Register MISC_CTRL_REG reader

Implementations

Bits 0:1 - Write lock.

Bits 2:3 - Enable secure check for AHB matrix.

Bits 4:5 - Enable secure privilege check for AHB matrix.

Bits 6:7 - Enable non-secure privilege check for AHB matrix.

Bits 8:9 - Disable secure violation abort.

Bits 10:11 - Disable simple master strict mode.

Bits 12:13 - Disable smart master strict mode.

Bits 14:15 - Disable IDAU.

Methods from Deref<Target = R<MISC_CTRL_REG_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.

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.