Struct esp32c3::efuse::rd_repeat_err0::R

source ·
pub struct R(_);
Expand description

Register RD_REPEAT_ERR0 reader

Implementations§

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

Bit 7 - If DIS_RTC_RAM_BOOT is 1, then it indicates a programming error.

Bit 8 - If DIS_ICACHE is 1, then it indicates a programming error.

Bit 9 - If DIS_USB_JTAG is 1, then it indicates a programming error.

Bit 10 - If DIS_DOWNLOAD_ICACHE is 1, then it indicates a programming error.

Bit 11 - If DIS_USB_DEVICE is 1, then it indicates a programming error.

Bit 12 - If DIS_FORCE_DOWNLOAD is 1, then it indicates a programming error.

Bit 13 - Reserved.

Bit 14 - If DIS_CAN is 1, then it indicates a programming error.

Bit 15 - If JTAG_SEL_ENABLE is 1, then it indicates a programming error.

Bits 16:18 - If SOFT_DIS_JTAG is 1, then it indicates a programming error.

Bit 19 - If DIS_PAD_JTAG is 1, then it indicates a programming error.

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

Bits 21:22 - If any bit in USB_DREFH is 1, then it indicates a programming error.

Bits 23:24 - If any bit in USB_DREFL is 1, then it indicates a programming error.

Bit 25 - If USB_EXCHG_PINS is 1, then it indicates a programming error.

Bit 26 - If VDD_SPI_AS_GPIO is 1, then it indicates a programming error.

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

Bit 29 - If POWERGLITCH_EN is 1, then it indicates a programming error.

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

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