#[doc = "Register `RD_REPEAT_DATA_ERR0` reader"]
pub type R = crate::R<RD_REPEAT_DATA_ERR0_SPEC>;
#[doc = "Field `RD_DIS_ERR` reader - Represents the programming error of EFUSE_RD_DIS"]
pub type RD_DIS_ERR_R = crate::FieldReader;
#[doc = "Field `DIS_ICACHE_ERR` reader - Represents the programming error of EFUSE_DIS_ICACHE"]
pub type DIS_ICACHE_ERR_R = crate::BitReader;
#[doc = "Field `DIS_USB_JTAG_ERR` reader - Represents the programming error of EFUSE_DIS_USB_JTAG"]
pub type DIS_USB_JTAG_ERR_R = crate::BitReader;
#[doc = "Field `DIS_USB_SERIAL_JTAG_ERR` reader - Represents the programming error of EFUSE_DIS_USB_SERIAL_JTAG"]
pub type DIS_USB_SERIAL_JTAG_ERR_R = crate::BitReader;
#[doc = "Field `DIS_FORCE_DOWNLOAD_ERR` reader - Represents the programming error of EFUSE_DIS_FORCE_DOWNLOAD"]
pub type DIS_FORCE_DOWNLOAD_ERR_R = crate::BitReader;
#[doc = "Field `SPI_DOWNLOAD_MSPI_DIS_ERR` reader - Represents the programming error of EFUSE_SPI_DOWNLOAD_MSPI_DIS"]
pub type SPI_DOWNLOAD_MSPI_DIS_ERR_R = crate::BitReader;
#[doc = "Field `DIS_TWAI_ERR` reader - Represents the programming error of EFUSE_DIS_TWAI"]
pub type DIS_TWAI_ERR_R = crate::BitReader;
#[doc = "Field `JTAG_SEL_ENABLE_ERR` reader - Represents the programming error of EFUSE_JTAG_SEL_ENABLE"]
pub type JTAG_SEL_ENABLE_ERR_R = crate::BitReader;
#[doc = "Field `SOFT_DIS_JTAG_ERR` reader - Represents the programming error of EFUSE_SOFT_DIS_JTAG"]
pub type SOFT_DIS_JTAG_ERR_R = crate::FieldReader;
#[doc = "Field `DIS_PAD_JTAG_ERR` reader - Represents the programming error of EFUSE_DIS_PAD_JTAG"]
pub type DIS_PAD_JTAG_ERR_R = crate::BitReader;
#[doc = "Field `DIS_DOWNLOAD_MANUAL_ENCRYPT_ERR` reader - Represents the programming error of EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT"]
pub type DIS_DOWNLOAD_MANUAL_ENCRYPT_ERR_R = crate::BitReader;
#[doc = "Field `USB_DREFH_ERR` reader - Represents the programming error of EFUSE_USB_DREFH"]
pub type USB_DREFH_ERR_R = crate::FieldReader;
#[doc = "Field `USB_DREFL_ERR` reader - Represents the programming error of EFUSE_USB_DREFL"]
pub type USB_DREFL_ERR_R = crate::FieldReader;
#[doc = "Field `USB_EXCHG_PINS_ERR` reader - Represents the programming error of EFUSE_USB_EXCHG_PINS"]
pub type USB_EXCHG_PINS_ERR_R = crate::BitReader;
#[doc = "Field `VDD_SPI_AS_GPIO_ERR` reader - Represents the programming error of EFUSE_VDD_SPI_AS_GPIO"]
pub type VDD_SPI_AS_GPIO_ERR_R = crate::BitReader;
impl R {
#[doc = "Bits 0:6 - Represents the programming error of EFUSE_RD_DIS"]
#[inline(always)]
pub fn rd_dis_err(&self) -> RD_DIS_ERR_R {
RD_DIS_ERR_R::new((self.bits & 0x7f) as u8)
}
#[doc = "Bit 8 - Represents the programming error of EFUSE_DIS_ICACHE"]
#[inline(always)]
pub fn dis_icache_err(&self) -> DIS_ICACHE_ERR_R {
DIS_ICACHE_ERR_R::new(((self.bits >> 8) & 1) != 0)
}
#[doc = "Bit 9 - Represents the programming error of EFUSE_DIS_USB_JTAG"]
#[inline(always)]
pub fn dis_usb_jtag_err(&self) -> DIS_USB_JTAG_ERR_R {
DIS_USB_JTAG_ERR_R::new(((self.bits >> 9) & 1) != 0)
}
#[doc = "Bit 11 - Represents the programming error of EFUSE_DIS_USB_SERIAL_JTAG"]
#[inline(always)]
pub fn dis_usb_serial_jtag_err(&self) -> DIS_USB_SERIAL_JTAG_ERR_R {
DIS_USB_SERIAL_JTAG_ERR_R::new(((self.bits >> 11) & 1) != 0)
}
#[doc = "Bit 12 - Represents the programming error of EFUSE_DIS_FORCE_DOWNLOAD"]
#[inline(always)]
pub fn dis_force_download_err(&self) -> DIS_FORCE_DOWNLOAD_ERR_R {
DIS_FORCE_DOWNLOAD_ERR_R::new(((self.bits >> 12) & 1) != 0)
}
#[doc = "Bit 13 - Represents the programming error of EFUSE_SPI_DOWNLOAD_MSPI_DIS"]
#[inline(always)]
pub fn spi_download_mspi_dis_err(&self) -> SPI_DOWNLOAD_MSPI_DIS_ERR_R {
SPI_DOWNLOAD_MSPI_DIS_ERR_R::new(((self.bits >> 13) & 1) != 0)
}
#[doc = "Bit 14 - Represents the programming error of EFUSE_DIS_TWAI"]
#[inline(always)]
pub fn dis_twai_err(&self) -> DIS_TWAI_ERR_R {
DIS_TWAI_ERR_R::new(((self.bits >> 14) & 1) != 0)
}
#[doc = "Bit 15 - Represents the programming error of EFUSE_JTAG_SEL_ENABLE"]
#[inline(always)]
pub fn jtag_sel_enable_err(&self) -> JTAG_SEL_ENABLE_ERR_R {
JTAG_SEL_ENABLE_ERR_R::new(((self.bits >> 15) & 1) != 0)
}
#[doc = "Bits 16:18 - Represents the programming error of EFUSE_SOFT_DIS_JTAG"]
#[inline(always)]
pub fn soft_dis_jtag_err(&self) -> SOFT_DIS_JTAG_ERR_R {
SOFT_DIS_JTAG_ERR_R::new(((self.bits >> 16) & 7) as u8)
}
#[doc = "Bit 19 - Represents the programming error of EFUSE_DIS_PAD_JTAG"]
#[inline(always)]
pub fn dis_pad_jtag_err(&self) -> DIS_PAD_JTAG_ERR_R {
DIS_PAD_JTAG_ERR_R::new(((self.bits >> 19) & 1) != 0)
}
#[doc = "Bit 20 - Represents the programming error of EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT"]
#[inline(always)]
pub fn dis_download_manual_encrypt_err(&self) -> DIS_DOWNLOAD_MANUAL_ENCRYPT_ERR_R {
DIS_DOWNLOAD_MANUAL_ENCRYPT_ERR_R::new(((self.bits >> 20) & 1) != 0)
}
#[doc = "Bits 21:22 - Represents the programming error of EFUSE_USB_DREFH"]
#[inline(always)]
pub fn usb_drefh_err(&self) -> USB_DREFH_ERR_R {
USB_DREFH_ERR_R::new(((self.bits >> 21) & 3) as u8)
}
#[doc = "Bits 23:24 - Represents the programming error of EFUSE_USB_DREFL"]
#[inline(always)]
pub fn usb_drefl_err(&self) -> USB_DREFL_ERR_R {
USB_DREFL_ERR_R::new(((self.bits >> 23) & 3) as u8)
}
#[doc = "Bit 25 - Represents the programming error of EFUSE_USB_EXCHG_PINS"]
#[inline(always)]
pub fn usb_exchg_pins_err(&self) -> USB_EXCHG_PINS_ERR_R {
USB_EXCHG_PINS_ERR_R::new(((self.bits >> 25) & 1) != 0)
}
#[doc = "Bit 26 - Represents the programming error of EFUSE_VDD_SPI_AS_GPIO"]
#[inline(always)]
pub fn vdd_spi_as_gpio_err(&self) -> VDD_SPI_AS_GPIO_ERR_R {
VDD_SPI_AS_GPIO_ERR_R::new(((self.bits >> 26) & 1) != 0)
}
}
#[cfg(feature = "impl-register-debug")]
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
f.debug_struct("RD_REPEAT_DATA_ERR0")
.field("rd_dis_err", &self.rd_dis_err())
.field("dis_icache_err", &self.dis_icache_err())
.field("dis_usb_jtag_err", &self.dis_usb_jtag_err())
.field("dis_usb_serial_jtag_err", &self.dis_usb_serial_jtag_err())
.field("dis_force_download_err", &self.dis_force_download_err())
.field(
"spi_download_mspi_dis_err",
&self.spi_download_mspi_dis_err(),
)
.field("dis_twai_err", &self.dis_twai_err())
.field("jtag_sel_enable_err", &self.jtag_sel_enable_err())
.field("soft_dis_jtag_err", &self.soft_dis_jtag_err())
.field("dis_pad_jtag_err", &self.dis_pad_jtag_err())
.field(
"dis_download_manual_encrypt_err",
&self.dis_download_manual_encrypt_err(),
)
.field("usb_drefh_err", &self.usb_drefh_err())
.field("usb_drefl_err", &self.usb_drefl_err())
.field("usb_exchg_pins_err", &self.usb_exchg_pins_err())
.field("vdd_spi_as_gpio_err", &self.vdd_spi_as_gpio_err())
.finish()
}
}
#[doc = "Represents rd_repeat_data_err\n\nYou can [`read`](crate::Reg::read) this register and get [`rd_repeat_data_err0::R`](R). See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct RD_REPEAT_DATA_ERR0_SPEC;
impl crate::RegisterSpec for RD_REPEAT_DATA_ERR0_SPEC {
type Ux = u32;
}
#[doc = "`read()` method returns [`rd_repeat_data_err0::R`](R) reader structure"]
impl crate::Readable for RD_REPEAT_DATA_ERR0_SPEC {}
#[doc = "`reset()` method sets RD_REPEAT_DATA_ERR0 to value 0"]
impl crate::Resettable for RD_REPEAT_DATA_ERR0_SPEC {}