pub struct R(_);
Expand description

Register RD_REPEAT_DATA0 reader

Implementations§

source§

impl R

source

pub fn rd_dis(&self) -> RD_DIS_R

Bits 0:1 - The bit be set to disable software read high/low 128-bit of BLK3.

source

pub fn wdt_delay_sel(&self) -> WDT_DELAY_SEL_R

Bits 2:3 - Selects RTC watchdog timeout threshold, in unit of slow clock cycle. 0: 40000. 1: 80000. 2: 160000. 3:320000.

source

pub fn dis_pad_jtag(&self) -> DIS_PAD_JTAG_R

Bit 4 - Set this bit to disable pad jtag.

source

pub fn dis_download_icache(&self) -> DIS_DOWNLOAD_ICACHE_R

Bit 5 - The bit be set to disable icache in download mode.

source

pub fn dis_download_manual_encrypt(&self) -> DIS_DOWNLOAD_MANUAL_ENCRYPT_R

Bit 6 - The bit be set to disable manual encryption.

source

pub fn spi_boot_encrypt_decrypt_cnt(&self) -> SPI_BOOT_ENCRYPT_DECRYPT_CNT_R

Bits 7:9 - These bits be set to enable SPI boot encrypt/decrypt. Odd number of 1: enable. even number of 1: disable.

source

pub fn xts_key_length_256(&self) -> XTS_KEY_LENGTH_256_R

Bit 10 - The bit be set means XTS_AES use the whole 256-bit efuse data in BLOCK3. Otherwise, XTS_AES use 128-bit eFuse data in BLOCK3.

source

pub fn uart_print_control(&self) -> UART_PRINT_CONTROL_R

Bits 11:12 - Set this bit to disable usb printing.

source

pub fn force_send_resume(&self) -> FORCE_SEND_RESUME_R

Bit 13 - Set this bit to force ROM code to send a resume command during SPI boot.

source

pub fn dis_download_mode(&self) -> DIS_DOWNLOAD_MODE_R

Bit 14 - Set this bit to disable download mode (boot_mode[3:0] = 0, 1, 2, 4, 5, 6, 7).

source

pub fn dis_direct_boot(&self) -> DIS_DIRECT_BOOT_R

Bit 15 - This bit set means disable direct_boot mode.

source

pub fn enable_security_download(&self) -> ENABLE_SECURITY_DOWNLOAD_R

Bit 16 - Set this bit to enable secure UART download mode.

source

pub fn flash_tpuw(&self) -> FLASH_TPUW_R

Bits 17:20 - 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.

source

pub fn secure_boot_en(&self) -> SECURE_BOOT_EN_R

Bit 21 - The bit be set to enable secure boot.

source

pub fn rpt4_reserved(&self) -> RPT4_RESERVED_R

Bits 22:31 - Reserved (used for four backups method).

Methods from Deref<Target = R<RD_REPEAT_DATA0_SPEC>>§

source

pub fn bits(&self) -> REG::Ux

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<RD_REPEAT_DATA0_SPEC>

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl From<R<RD_REPEAT_DATA0_SPEC>> for R

source§

fn from(reader: R<RD_REPEAT_DATA0_SPEC>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl RefUnwindSafe for R

§

impl Send for R

§

impl Sync for R

§

impl Unpin for R

§

impl UnwindSafe for R

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.