Struct esp32s2::efuse::rd_repeat_err0::R

source ·
pub struct R(_);
Expand description

Register RD_REPEAT_ERR0 reader

Implementations§

source§

impl R

source

pub fn rd_dis_err(&self) -> RD_DIS_ERR_R

Bits 0:6 - Any bit equal to 1 denotes a programming error in EFUSE_RD_DIS.

source

pub fn dis_rtc_ram_boot_err(&self) -> DIS_RTC_RAM_BOOT_ERR_R

Bit 7 - Any bit equal to 1 denotes a programming error in EFUSE_DIS_RTC_RAM_BOOT.

source

pub fn dis_icache_err(&self) -> DIS_ICACHE_ERR_R

Bit 8 - Any bit equal to 1 denotes a programming error in EFUSE_DIS_ICACHE.

source

pub fn dis_dcache_err(&self) -> DIS_DCACHE_ERR_R

Bit 9 - Any bit equal to 1 denotes a programming error in EFUSE_DIS_DCACHE.

source

pub fn dis_download_icache_err(&self) -> DIS_DOWNLOAD_ICACHE_ERR_R

Bit 10 - Any bit equal to 1 denotes a programming error in EFUSE_DIS_DOWNLOAD_ICACHE.

source

pub fn dis_download_dcache_err(&self) -> DIS_DOWNLOAD_DCACHE_ERR_R

Bit 11 - Any bit equal to 1 denotes a programming error in EFUSE_DIS_DOWNLOAD_DCACHE.

source

pub fn dis_force_download_err(&self) -> DIS_FORCE_DOWNLOAD_ERR_R

Bit 12 - Any bit equal to 1 denotes a programming error in EFUSE_DIS_FORCE_DOWNLOAD.

source

pub fn dis_usb_err(&self) -> DIS_USB_ERR_R

Bit 13 - Any bit equal to 1 denotes a programming error in EFUSE_DIS_USB.

source

pub fn dis_can_err(&self) -> DIS_CAN_ERR_R

Bit 14 - Any bit equal to 1 denotes a programming error in EFUSE_DIS_CAN.

source

pub fn dis_boot_remap_err(&self) -> DIS_BOOT_REMAP_ERR_R

Bit 15 - Any bit equal to 1 denotes a programming error in EFUSE_DIS_BOOT_REMAP.

source

pub fn rpt4_reserved5_err(&self) -> RPT4_RESERVED5_ERR_R

Bit 16 - Any bit equal to 1 denotes a programming error in EFUSE_RPT4_RESERVED5.

source

pub fn soft_dis_jtag_err(&self) -> SOFT_DIS_JTAG_ERR_R

Bit 17 - Any bit equal to 1 denotes a programming error in EFUSE_SOFT_DIS_JTAG.

source

pub fn hard_dis_jtag_err(&self) -> HARD_DIS_JTAG_ERR_R

Bit 18 - Any bit equal to 1 denotes a programming error in EFUSE_HARD_DIS_JTAG.

source

pub fn dis_download_manual_encrypt_err( &self ) -> DIS_DOWNLOAD_MANUAL_ENCRYPT_ERR_R

Bit 19 - Any bit equal to 1 denotes a programming error in EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT.

source

pub fn usb_drefh_err(&self) -> USB_DREFH_ERR_R

Bits 20:21 - Any bit equal to 1 denotes a programming error in EFUSE_USB_DREFH.

source

pub fn usb_drefl_err(&self) -> USB_DREFL_ERR_R

Bits 22:23 - Any bit equal to 1 denotes a programming error in EFUSE_USB_DREFL.

source

pub fn usb_exchg_pins_err(&self) -> USB_EXCHG_PINS_ERR_R

Bit 24 - Any bit equal to 1 denotes a programming error in EFUSE_USB_EXCHG_PINS.

source

pub fn ext_phy_enable_err(&self) -> EXT_PHY_ENABLE_ERR_R

Bit 25 - Any bit equal to 1 denotes a programming error in EFUSE_EXT_PHY_ENABLE.

source

pub fn usb_force_nopersist_err(&self) -> USB_FORCE_NOPERSIST_ERR_R

Bit 26 - Any bit equal to 1 denotes a programming error in EFUSE_USB_FORCE_NOPERSIST.

source

pub fn rpt4_reserved0_err(&self) -> RPT4_RESERVED0_ERR_R

Bits 27:28 - Any bit equal to 1 denotes a programming error in EFUSE_RPT4_RESERVED0.

source

pub fn vdd_spi_modecurlim_err(&self) -> VDD_SPI_MODECURLIM_ERR_R

Bit 29 - Any bit equal to 1 denotes a programming error in EFUSE_VDD_SPI_MODECURLIM.

source

pub fn vdd_spi_drefh_err(&self) -> VDD_SPI_DREFH_ERR_R

Bits 30:31 - Any bit equal to 1 denotes a programming error in EFUSE_VDD_SPI_DREFH.

Methods from Deref<Target = R<RD_REPEAT_ERR0_SPEC>>§

source

pub fn bits(&self) -> REG::Ux

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<RD_REPEAT_ERR0_SPEC>

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl From<R<RD_REPEAT_ERR0_SPEC>> for R

source§

fn from(reader: R<RD_REPEAT_ERR0_SPEC>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl RefUnwindSafe for R

§

impl Send for R

§

impl Sync for R

§

impl Unpin for R

§

impl UnwindSafe for R

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

const: unstable · source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
const: unstable · source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.