Struct esp32c3_hal::pac::efuse::rd_repeat_err2::R
pub struct R(_);
Expand description
Register RD_REPEAT_ERR2
reader
Implementations
impl R
impl R
pub fn key_purpose_2_err(&self) -> FieldReaderRaw<u8, u8>
pub fn key_purpose_2_err(&self) -> FieldReaderRaw<u8, u8>
Bits 0:3 - If any bit in KEY_PURPOSE_2 is 1, then it indicates a programming error.
pub fn key_purpose_3_err(&self) -> FieldReaderRaw<u8, u8>
pub fn key_purpose_3_err(&self) -> FieldReaderRaw<u8, u8>
Bits 4:7 - If any bit in KEY_PURPOSE_3 is 1, then it indicates a programming error.
pub fn key_purpose_4_err(&self) -> FieldReaderRaw<u8, u8>
pub fn key_purpose_4_err(&self) -> FieldReaderRaw<u8, u8>
Bits 8:11 - If any bit in KEY_PURPOSE_4 is 1, then it indicates a programming error.
pub fn key_purpose_5_err(&self) -> FieldReaderRaw<u8, u8>
pub fn key_purpose_5_err(&self) -> FieldReaderRaw<u8, u8>
Bits 12:15 - If any bit in KEY_PURPOSE_5 is 1, then it indicates a programming error.
pub fn rpt4_reserved3_err(&self) -> FieldReaderRaw<u8, u8>
pub fn rpt4_reserved3_err(&self) -> FieldReaderRaw<u8, u8>
Bits 16:19 - Reserved.
pub fn secure_boot_en_err(&self) -> BitReaderRaw<bool>
pub fn secure_boot_en_err(&self) -> BitReaderRaw<bool>
Bit 20 - If SECURE_BOOT_EN is 1, then it indicates a programming error.
pub fn secure_boot_aggressive_revoke_err(&self) -> BitReaderRaw<bool>
pub fn secure_boot_aggressive_revoke_err(&self) -> BitReaderRaw<bool>
Bit 21 - If SECURE_BOOT_AGGRESSIVE_REVOKE is 1, then it indicates a programming error.
pub fn rpt4_reserved0_err(&self) -> FieldReaderRaw<u8, u8>
pub fn rpt4_reserved0_err(&self) -> FieldReaderRaw<u8, u8>
Bits 22:27 - Reserved.
pub fn flash_tpuw_err(&self) -> FieldReaderRaw<u8, u8>
pub fn flash_tpuw_err(&self) -> FieldReaderRaw<u8, u8>
Bits 28:31 - If any bit in FLASH_TPUM is 1, then it indicates a programming error.
Methods from Deref<Target = R<RD_REPEAT_ERR2_SPEC>>
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations
impl From<R<RD_REPEAT_ERR2_SPEC>> for R
impl From<R<RD_REPEAT_ERR2_SPEC>> for R
fn from(reader: R<RD_REPEAT_ERR2_SPEC>) -> R
fn from(reader: R<RD_REPEAT_ERR2_SPEC>) -> R
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more