pub struct R(_);
Expand description

Register CR reader

Implementations

Bit 0 - Programming

Bit 1 - Page erase

Bit 2 - Bank 1 Mass erase

Bits 3:10 - Page number

Bit 11 - Bank erase

Bit 15 - Bank 2 Mass erase

Bit 16 - Start

Bit 17 - Options modification start

Bit 18 - Fast programming

Bit 24 - End of operation interrupt enable

Bit 25 - Error interrupt enable

Bit 26 - PCROP read error interrupt enable

Bit 27 - Force the option byte loading

Bit 30 - Options Lock

Bit 31 - FLASH_CR Lock

Methods from Deref<Target = R<CR_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.