Struct esp32c3_hal::pac::efuse::rd_repeat_err0::R
pub struct R(_);
Expand description
Register RD_REPEAT_ERR0
reader
Implementations
impl R
impl R
pub fn rd_dis_err(&self) -> FieldReaderRaw<u8, u8>
pub fn rd_dis_err(&self) -> FieldReaderRaw<u8, u8>
Bits 0:6 - If any bit in RD_DIS is 1, then it indicates a programming error.
pub fn dis_rtc_ram_boot_err(&self) -> BitReaderRaw<bool>
pub fn dis_rtc_ram_boot_err(&self) -> BitReaderRaw<bool>
Bit 7 - If DIS_RTC_RAM_BOOT is 1, then it indicates a programming error.
pub fn dis_icache_err(&self) -> BitReaderRaw<bool>
pub fn dis_icache_err(&self) -> BitReaderRaw<bool>
Bit 8 - If DIS_ICACHE is 1, then it indicates a programming error.
pub fn dis_usb_jtag_err(&self) -> BitReaderRaw<bool>
pub fn dis_usb_jtag_err(&self) -> BitReaderRaw<bool>
Bit 9 - If DIS_USB_JTAG is 1, then it indicates a programming error.
pub fn dis_download_icache_err(&self) -> BitReaderRaw<bool>
pub fn dis_download_icache_err(&self) -> BitReaderRaw<bool>
Bit 10 - If DIS_DOWNLOAD_ICACHE is 1, then it indicates a programming error.
pub fn dis_usb_device_err(&self) -> BitReaderRaw<bool>
pub fn dis_usb_device_err(&self) -> BitReaderRaw<bool>
Bit 11 - If DIS_USB_DEVICE is 1, then it indicates a programming error.
pub fn dis_force_download_err(&self) -> BitReaderRaw<bool>
pub fn dis_force_download_err(&self) -> BitReaderRaw<bool>
Bit 12 - If DIS_FORCE_DOWNLOAD is 1, then it indicates a programming error.
pub fn rpt4_reserved6_err(&self) -> BitReaderRaw<bool>
pub fn rpt4_reserved6_err(&self) -> BitReaderRaw<bool>
Bit 13 - Reserved.
pub fn dis_can_err(&self) -> BitReaderRaw<bool>
pub fn dis_can_err(&self) -> BitReaderRaw<bool>
Bit 14 - If DIS_CAN is 1, then it indicates a programming error.
pub fn jtag_sel_enable_err(&self) -> BitReaderRaw<bool>
pub fn jtag_sel_enable_err(&self) -> BitReaderRaw<bool>
Bit 15 - If JTAG_SEL_ENABLE is 1, then it indicates a programming error.
pub fn soft_dis_jtag_err(&self) -> FieldReaderRaw<u8, u8>
pub fn soft_dis_jtag_err(&self) -> FieldReaderRaw<u8, u8>
Bits 16:18 - If SOFT_DIS_JTAG is 1, then it indicates a programming error.
pub fn dis_pad_jtag_err(&self) -> BitReaderRaw<bool>
pub fn dis_pad_jtag_err(&self) -> BitReaderRaw<bool>
Bit 19 - If DIS_PAD_JTAG is 1, then it indicates a programming error.
pub fn dis_download_manual_encrypt_err(&self) -> BitReaderRaw<bool>
pub fn dis_download_manual_encrypt_err(&self) -> BitReaderRaw<bool>
Bit 20 - If DIS_DOWNLOAD_MANUAL_ENCRYPT is 1, then it indicates a programming error.
pub fn usb_drefh_err(&self) -> FieldReaderRaw<u8, u8>
pub fn usb_drefh_err(&self) -> FieldReaderRaw<u8, u8>
Bits 21:22 - If any bit in USB_DREFH is 1, then it indicates a programming error.
pub fn usb_drefl_err(&self) -> FieldReaderRaw<u8, u8>
pub fn usb_drefl_err(&self) -> FieldReaderRaw<u8, u8>
Bits 23:24 - If any bit in USB_DREFL is 1, then it indicates a programming error.
pub fn usb_exchg_pins_err(&self) -> BitReaderRaw<bool>
pub fn usb_exchg_pins_err(&self) -> BitReaderRaw<bool>
Bit 25 - If USB_EXCHG_PINS is 1, then it indicates a programming error.
pub fn vdd_spi_as_gpio_err(&self) -> BitReaderRaw<bool>
pub fn vdd_spi_as_gpio_err(&self) -> BitReaderRaw<bool>
Bit 26 - If VDD_SPI_AS_GPIO is 1, then it indicates a programming error.
pub fn btlc_gpio_enable_err(&self) -> FieldReaderRaw<u8, u8>
pub fn btlc_gpio_enable_err(&self) -> FieldReaderRaw<u8, u8>
Bits 27:28 - If any bit in BTLC_GPIO_ENABLE is 1, then it indicates a programming error.
pub fn powerglitch_en_err(&self) -> BitReaderRaw<bool>
pub fn powerglitch_en_err(&self) -> BitReaderRaw<bool>
Bit 29 - If POWERGLITCH_EN is 1, then it indicates a programming error.
pub fn power_glitch_dsense_err(&self) -> FieldReaderRaw<u8, u8>
pub fn power_glitch_dsense_err(&self) -> FieldReaderRaw<u8, u8>
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>>
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.