Struct esp32s2::efuse::rd_rs_err0::R

source ·
pub struct R(_);
Expand description

Register RD_RS_ERR0 reader

Implementations§

source§

impl R

source

pub fn mac_spi_8m_err_num(&self) -> MAC_SPI_8M_ERR_NUM_R

Bits 0:2 - The value of this signal means the number of error bytes in BLOCK1.

source

pub fn mac_spi_8m_fail(&self) -> MAC_SPI_8M_FAIL_R

Bit 3 - 0: Means no failure and that the data of BLOCK1 is reliable. 1: Means that programming BLOCK1 data failed and the number of error bytes is over 5.

source

pub fn sys_part1_num(&self) -> SYS_PART1_NUM_R

Bits 4:6 - The value of this signal means the number of error bytes in BLOCK2.

source

pub fn sys_part1_fail(&self) -> SYS_PART1_FAIL_R

Bit 7 - 0: Means no failure and that the data of BLOCK2 is reliable. 1: Means that programming BLOCK2 data failed and the number of error bytes is over 5.

source

pub fn usr_data_err_num(&self) -> USR_DATA_ERR_NUM_R

Bits 8:10 - The value of this signal means the number of error bytes in BLOCK3.

source

pub fn usr_data_fail(&self) -> USR_DATA_FAIL_R

Bit 11 - 0: Means no failure and that the data of BLOCK3 is reliable. 1: Means that programming BLOCK3 data failed and the number of error bytes is over 5.

source

pub fn key0_err_num(&self) -> KEY0_ERR_NUM_R

Bits 12:14 - The value of this signal means the number of error bytes in KEY0.

source

pub fn key0_fail(&self) -> KEY0_FAIL_R

Bit 15 - 0: Means no failure and that the data of KEY0 is reliable. 1: Means that programming KEY0 failed and the number of error bytes is over 5.

source

pub fn key1_err_num(&self) -> KEY1_ERR_NUM_R

Bits 16:18 - The value of this signal means the number of error bytes in KEY1.

source

pub fn key1_fail(&self) -> KEY1_FAIL_R

Bit 19 - 0: Means no failure and that the data of KEY1 is reliable. 1: Means that programming KEY1 failed and the number of error bytes is over 5.

source

pub fn key2_err_num(&self) -> KEY2_ERR_NUM_R

Bits 20:22 - The value of this signal means the number of error bytes in KEY2.

source

pub fn key2_fail(&self) -> KEY2_FAIL_R

Bit 23 - 0: Means no failure and that the data of KEY2 is reliable. 1: Means that programming KEY2 failed and the number of error bytes is over 5.

source

pub fn key3_err_num(&self) -> KEY3_ERR_NUM_R

Bits 24:26 - The value of this signal means the number of error bytes in KEY3.

source

pub fn key3_fail(&self) -> KEY3_FAIL_R

Bit 27 - 0: Means no failure and that the data of KEY3 is reliable. 1: Means that programming KEY3 failed and the number of error bytes is over 5.

source

pub fn key4_err_num(&self) -> KEY4_ERR_NUM_R

Bits 28:30 - The value of this signal means the number of error bytes in KEY4.

source

pub fn key4_fail(&self) -> KEY4_FAIL_R

Bit 31 - 0: Means no failure and that the data of KEY4 is reliable. 1: Means that programming KEY4 failed and the number of error bytes is over 5.

Methods from Deref<Target = R<RD_RS_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_RS_ERR0_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl From<R<RD_RS_ERR0_SPEC>> for R

source§

fn from(reader: R<RD_RS_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.