Struct esp32c3_hal::pac::efuse::rd_repeat_data2::R
pub struct R(_);
Expand description
Register RD_REPEAT_DATA2
reader
Implementations
impl R
impl R
pub fn key_purpose_2(&self) -> FieldReaderRaw<u8, u8>
pub fn key_purpose_2(&self) -> FieldReaderRaw<u8, u8>
Bits 0:3 - Purpose of Key2.
pub fn key_purpose_3(&self) -> FieldReaderRaw<u8, u8>
pub fn key_purpose_3(&self) -> FieldReaderRaw<u8, u8>
Bits 4:7 - Purpose of Key3.
pub fn key_purpose_4(&self) -> FieldReaderRaw<u8, u8>
pub fn key_purpose_4(&self) -> FieldReaderRaw<u8, u8>
Bits 8:11 - Purpose of Key4.
pub fn key_purpose_5(&self) -> FieldReaderRaw<u8, u8>
pub fn key_purpose_5(&self) -> FieldReaderRaw<u8, u8>
Bits 12:15 - Purpose of Key5.
pub fn rpt4_reserved3(&self) -> FieldReaderRaw<u8, u8>
pub fn rpt4_reserved3(&self) -> FieldReaderRaw<u8, u8>
Bits 16:19 - Reserved (used for four backups method).
pub fn secure_boot_en(&self) -> BitReaderRaw<bool>
pub fn secure_boot_en(&self) -> BitReaderRaw<bool>
Bit 20 - Set this bit to enable secure boot.
pub fn secure_boot_aggressive_revoke(&self) -> BitReaderRaw<bool>
pub fn secure_boot_aggressive_revoke(&self) -> BitReaderRaw<bool>
Bit 21 - Set this bit to enable revoking aggressive secure boot.
pub fn rpt4_reserved0(&self) -> FieldReaderRaw<u8, u8>
pub fn rpt4_reserved0(&self) -> FieldReaderRaw<u8, u8>
Bits 22:27 - Reserved (used for four backups method).
pub fn flash_tpuw(&self) -> FieldReaderRaw<u8, u8>
pub fn flash_tpuw(&self) -> FieldReaderRaw<u8, u8>
Bits 28:31 - Configures flash waiting time after power-up, in unit of ms. If the value is less than 15, the waiting time is the configurable value; Otherwise, the waiting time is twice the configurable value.
Methods from Deref<Target = R<RD_REPEAT_DATA2_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_DATA2_SPEC>> for R
impl From<R<RD_REPEAT_DATA2_SPEC>> for R
fn from(reader: R<RD_REPEAT_DATA2_SPEC>) -> R
fn from(reader: R<RD_REPEAT_DATA2_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