Struct esp32c3::efuse::rd_repeat_err2::R

source ·
pub struct R(_);
Expand description

Register RD_REPEAT_ERR2 reader

Implementations§

Bits 0:3 - If any bit in KEY_PURPOSE_2 is 1, then it indicates a programming error.

Bits 4:7 - If any bit in KEY_PURPOSE_3 is 1, then it indicates a programming error.

Bits 8:11 - If any bit in KEY_PURPOSE_4 is 1, then it indicates a programming error.

Bits 12:15 - If any bit in KEY_PURPOSE_5 is 1, then it indicates a programming error.

Bits 16:19 - Reserved.

Bit 20 - If SECURE_BOOT_EN is 1, then it indicates a programming error.

Bit 21 - If SECURE_BOOT_AGGRESSIVE_REVOKE is 1, then it indicates a programming error.

Bits 22:27 - Reserved.

Bits 28:31 - If any bit in FLASH_TPUM is 1, then it indicates a programming error.

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