pub struct R(_);
Expand description

Register CR reader

Implementations

Bit 0 - Bank 1 configuration lock bit

Bit 1 - Bank 1 program enable bit

Bit 2 - Bank 1 sector erase request

Bit 3 - Bank 1 erase request

Bits 4:5 - Bank 1 program size

Bit 6 - Bank 1 write forcing control bit

Bit 7 - Bank 1 bank or sector erase start control bit

Bits 8:10 - Bank 1 sector erase selection number

Bit 15 - Bank 1 CRC control bit

Bit 16 - Bank 1 end-of-program interrupt control bit

Bit 17 - Bank 1 write protection error interrupt enable bit

Bit 18 - Bank 1 programming sequence error interrupt enable bit

Bit 19 - Bank 1 strobe error interrupt enable bit

Bit 21 - Bank 1 inconsistency error interrupt enable bit

Bit 22 - Bank 1 write/erase error interrupt enable bit

Bit 23 - Bank 1 read protection error interrupt enable bit

Bit 24 - Bank 1 secure error interrupt enable bit

Bit 25 - Bank 1 ECC single correction error interrupt enable bit

Bit 26 - Bank 1 ECC double detection error interrupt enable bit

Bit 27 - Bank 1 end of CRC calculation interrupt enable bit

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.