Struct esp32c3_hal::pac::efuse::rd_repeat_data1::R
pub struct R(_);
Expand description
Register RD_REPEAT_DATA1
reader
Implementations
impl R
impl R
pub fn rpt4_reserved2(&self) -> FieldReaderRaw<u16, u16>
pub fn rpt4_reserved2(&self) -> FieldReaderRaw<u16, u16>
Bits 0:15 - Reserved (used for four backups method).
pub fn wdt_delay_sel(&self) -> FieldReaderRaw<u8, u8>
pub fn wdt_delay_sel(&self) -> FieldReaderRaw<u8, u8>
Bits 16:17 - Selects RTC watchdog timeout threshold, in unit of slow clock cycle. 0: 40000. 1: 80000. 2: 160000. 3:320000.
pub fn spi_boot_crypt_cnt(&self) -> FieldReaderRaw<u8, u8>
pub fn spi_boot_crypt_cnt(&self) -> FieldReaderRaw<u8, u8>
Bits 18:20 - Set this bit to enable SPI boot encrypt/decrypt. Odd number of 1: enable. even number of 1: disable.
pub fn secure_boot_key_revoke0(&self) -> BitReaderRaw<bool>
pub fn secure_boot_key_revoke0(&self) -> BitReaderRaw<bool>
Bit 21 - Set this bit to enable revoking first secure boot key.
pub fn secure_boot_key_revoke1(&self) -> BitReaderRaw<bool>
pub fn secure_boot_key_revoke1(&self) -> BitReaderRaw<bool>
Bit 22 - Set this bit to enable revoking second secure boot key.
pub fn secure_boot_key_revoke2(&self) -> BitReaderRaw<bool>
pub fn secure_boot_key_revoke2(&self) -> BitReaderRaw<bool>
Bit 23 - Set this bit to enable revoking third secure boot key.
pub fn key_purpose_0(&self) -> FieldReaderRaw<u8, u8>
pub fn key_purpose_0(&self) -> FieldReaderRaw<u8, u8>
Bits 24:27 - Purpose of Key0.
pub fn key_purpose_1(&self) -> FieldReaderRaw<u8, u8>
pub fn key_purpose_1(&self) -> FieldReaderRaw<u8, u8>
Bits 28:31 - Purpose of Key1.
Methods from Deref<Target = R<RD_REPEAT_DATA1_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_DATA1_SPEC>> for R
impl From<R<RD_REPEAT_DATA1_SPEC>> for R
fn from(reader: R<RD_REPEAT_DATA1_SPEC>) -> R
fn from(reader: R<RD_REPEAT_DATA1_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