Struct esp32s3_hal::pac::efuse::rd_rs_err0::R
pub struct R(_);
Expand description
Register RD_RS_ERR0
reader
Implementations§
§impl R
impl R
pub fn mac_spi_8m_err_num(&self) -> FieldReaderRaw<u8, u8>
pub fn mac_spi_8m_err_num(&self) -> FieldReaderRaw<u8, u8>
Bits 0:2 - The value of this signal means the number of error bytes.
pub fn mac_spi_8m_fail(&self) -> BitReaderRaw<bool>
pub fn mac_spi_8m_fail(&self) -> BitReaderRaw<bool>
Bit 3 - 0: Means no failure and that the data of MAC_SPI_8M is reliable 1: Means that programming user data failed and the number of error bytes is over 6.
pub fn sys_part1_num(&self) -> FieldReaderRaw<u8, u8>
pub fn sys_part1_num(&self) -> FieldReaderRaw<u8, u8>
Bits 4:6 - The value of this signal means the number of error bytes.
pub fn sys_part1_fail(&self) -> BitReaderRaw<bool>
pub fn sys_part1_fail(&self) -> BitReaderRaw<bool>
Bit 7 - 0: Means no failure and that the data of system part1 is reliable 1: Means that programming user data failed and the number of error bytes is over 6.
pub fn usr_data_err_num(&self) -> FieldReaderRaw<u8, u8>
pub fn usr_data_err_num(&self) -> FieldReaderRaw<u8, u8>
Bits 8:10 - The value of this signal means the number of error bytes.
pub fn usr_data_fail(&self) -> BitReaderRaw<bool>
pub fn usr_data_fail(&self) -> BitReaderRaw<bool>
Bit 11 - 0: Means no failure and that the user data is reliable 1: Means that programming user data failed and the number of error bytes is over 6.
pub fn key0_err_num(&self) -> FieldReaderRaw<u8, u8>
pub fn key0_err_num(&self) -> FieldReaderRaw<u8, u8>
Bits 12:14 - The value of this signal means the number of error bytes.
pub fn key0_fail(&self) -> BitReaderRaw<bool>
pub fn key0_fail(&self) -> BitReaderRaw<bool>
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 6.
pub fn key1_err_num(&self) -> FieldReaderRaw<u8, u8>
pub fn key1_err_num(&self) -> FieldReaderRaw<u8, u8>
Bits 16:18 - The value of this signal means the number of error bytes.
pub fn key1_fail(&self) -> BitReaderRaw<bool>
pub fn key1_fail(&self) -> BitReaderRaw<bool>
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 6.
pub fn key2_err_num(&self) -> FieldReaderRaw<u8, u8>
pub fn key2_err_num(&self) -> FieldReaderRaw<u8, u8>
Bits 20:22 - The value of this signal means the number of error bytes.
pub fn key2_fail(&self) -> BitReaderRaw<bool>
pub fn key2_fail(&self) -> BitReaderRaw<bool>
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 6.
pub fn key3_err_num(&self) -> FieldReaderRaw<u8, u8>
pub fn key3_err_num(&self) -> FieldReaderRaw<u8, u8>
Bits 24:26 - The value of this signal means the number of error bytes.
pub fn key3_fail(&self) -> BitReaderRaw<bool>
pub fn key3_fail(&self) -> BitReaderRaw<bool>
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 6.
pub fn key4_err_num(&self) -> FieldReaderRaw<u8, u8>
pub fn key4_err_num(&self) -> FieldReaderRaw<u8, u8>
Bits 28:30 - The value of this signal means the number of error bytes.
Methods from Deref<Target = R<RD_RS_ERR0_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.