Struct esp32c3_hal::pac::efuse::rd_repeat_err1::R
pub struct R(_);
Expand description
Register RD_REPEAT_ERR1
reader
Implementations
impl R
impl R
pub fn rpt4_reserved2_err(&self) -> FieldReaderRaw<u16, u16>
pub fn rpt4_reserved2_err(&self) -> FieldReaderRaw<u16, u16>
Bits 0:15 - Reserved.
pub fn wdt_delay_sel_err(&self) -> FieldReaderRaw<u8, u8>
pub fn wdt_delay_sel_err(&self) -> FieldReaderRaw<u8, u8>
Bits 16:17 - If any bit in WDT_DELAY_SEL is 1, then it indicates a programming error.
pub fn spi_boot_crypt_cnt_err(&self) -> FieldReaderRaw<u8, u8>
pub fn spi_boot_crypt_cnt_err(&self) -> FieldReaderRaw<u8, u8>
Bits 18:20 - If any bit in SPI_BOOT_CRYPT_CNT is 1, then it indicates a programming error.
pub fn secure_boot_key_revoke0_err(&self) -> BitReaderRaw<bool>
pub fn secure_boot_key_revoke0_err(&self) -> BitReaderRaw<bool>
Bit 21 - If SECURE_BOOT_KEY_REVOKE0 is 1, then it indicates a programming error.
pub fn secure_boot_key_revoke1_err(&self) -> BitReaderRaw<bool>
pub fn secure_boot_key_revoke1_err(&self) -> BitReaderRaw<bool>
Bit 22 - If SECURE_BOOT_KEY_REVOKE1 is 1, then it indicates a programming error.
pub fn secure_boot_key_revoke2_err(&self) -> BitReaderRaw<bool>
pub fn secure_boot_key_revoke2_err(&self) -> BitReaderRaw<bool>
Bit 23 - If SECURE_BOOT_KEY_REVOKE2 is 1, then it indicates a programming error.
pub fn key_purpose_0_err(&self) -> FieldReaderRaw<u8, u8>
pub fn key_purpose_0_err(&self) -> FieldReaderRaw<u8, u8>
Bits 24:27 - If any bit in KEY_PURPOSE_0 is 1, then it indicates a programming error.
pub fn key_purpose_1_err(&self) -> FieldReaderRaw<u8, u8>
pub fn key_purpose_1_err(&self) -> FieldReaderRaw<u8, u8>
Bits 28:31 - If any bit in KEY_PURPOSE_1 is 1, then it indicates a programming error.
Methods from Deref<Target = R<RD_REPEAT_ERR1_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_ERR1_SPEC>> for R
impl From<R<RD_REPEAT_ERR1_SPEC>> for R
fn from(reader: R<RD_REPEAT_ERR1_SPEC>) -> R
fn from(reader: R<RD_REPEAT_ERR1_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