pub struct R(_);
Expand description

Register OPTR reader

Implementations

Bits 0:7 - Read protection level

Bits 8:10 - BOR reset Level

Bit 12 - nRST_STOP

Bit 13 - nRST_STDBY

Bit 14 - nRST_SHDW

Bit 16 - Independent watchdog selection

Bit 17 - Independent watchdog counter freeze in Stop mode

Bit 18 - Independent watchdog counter freeze in Standby mode

Bit 19 - Window watchdog selection

Bit 23 - Boot configuration

Bit 24 - SRAM2 parity check enable

Bit 25 - SRAM2 Erase when system reset

Bit 26 - nSWBOOT0

Bit 27 - nBOOT0

Bits 28:29 - NRST_MODE

Bit 30 - IRHEN

Methods from Deref<Target = R<OPTR_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.

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.