Struct esp32c6::efuse::rd_repeat_err2::R
source · pub struct R(_);Expand description
Register RD_REPEAT_ERR2 reader
Implementations§
source§impl R
impl R
sourcepub fn key_purpose_2_err(&self) -> KEY_PURPOSE_2_ERR_R
pub fn key_purpose_2_err(&self) -> KEY_PURPOSE_2_ERR_R
Bits 0:3 - Indicates a programming error of KEY_PURPOSE_2.
sourcepub fn key_purpose_3_err(&self) -> KEY_PURPOSE_3_ERR_R
pub fn key_purpose_3_err(&self) -> KEY_PURPOSE_3_ERR_R
Bits 4:7 - Indicates a programming error of KEY_PURPOSE_3.
sourcepub fn key_purpose_4_err(&self) -> KEY_PURPOSE_4_ERR_R
pub fn key_purpose_4_err(&self) -> KEY_PURPOSE_4_ERR_R
Bits 8:11 - Indicates a programming error of KEY_PURPOSE_4.
sourcepub fn key_purpose_5_err(&self) -> KEY_PURPOSE_5_ERR_R
pub fn key_purpose_5_err(&self) -> KEY_PURPOSE_5_ERR_R
Bits 12:15 - Indicates a programming error of KEY_PURPOSE_5.
sourcepub fn sec_dpa_level_err(&self) -> SEC_DPA_LEVEL_ERR_R
pub fn sec_dpa_level_err(&self) -> SEC_DPA_LEVEL_ERR_R
Bits 16:17 - Indicates a programming error of SEC_DPA_LEVEL.
sourcepub fn rpt4_reserved2_err_1(&self) -> RPT4_RESERVED2_ERR_1_R
pub fn rpt4_reserved2_err_1(&self) -> RPT4_RESERVED2_ERR_1_R
Bit 18 - Reserved.
sourcepub fn crypt_dpa_enable_err(&self) -> CRYPT_DPA_ENABLE_ERR_R
pub fn crypt_dpa_enable_err(&self) -> CRYPT_DPA_ENABLE_ERR_R
Bit 19 - Indicates a programming error of CRYPT_DPA_ENABLE.
sourcepub fn secure_boot_en_err(&self) -> SECURE_BOOT_EN_ERR_R
pub fn secure_boot_en_err(&self) -> SECURE_BOOT_EN_ERR_R
Bit 20 - Indicates a programming error of SECURE_BOOT_EN.
sourcepub fn secure_boot_aggressive_revoke_err(
&self
) -> SECURE_BOOT_AGGRESSIVE_REVOKE_ERR_R
pub fn secure_boot_aggressive_revoke_err( &self ) -> SECURE_BOOT_AGGRESSIVE_REVOKE_ERR_R
Bit 21 - Indicates a programming error of SECURE_BOOT_AGGRESSIVE_REVOKE.
sourcepub fn rpt4_reserved2_err_0(&self) -> RPT4_RESERVED2_ERR_0_R
pub fn rpt4_reserved2_err_0(&self) -> RPT4_RESERVED2_ERR_0_R
Bits 22:27 - Reserved.
sourcepub fn flash_tpuw_err(&self) -> FLASH_TPUW_ERR_R
pub fn flash_tpuw_err(&self) -> FLASH_TPUW_ERR_R
Bits 28:31 - Indicates a programming error of FLASH_TPUW.
Methods from Deref<Target = R<RD_REPEAT_ERR2_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more