pub struct R(_);
Expand description

Register RD_REPEAT_DATA1 reader

Implementations§

source§

impl R

source

pub fn vdd_spi_drefm(&self) -> VDD_SPI_DREFM_R

Bits 0:1 - SPI regulator medium voltage reference.

source

pub fn vdd_spi_drefl(&self) -> VDD_SPI_DREFL_R

Bits 2:3 - SPI regulator low voltage reference.

source

pub fn vdd_spi_xpd(&self) -> VDD_SPI_XPD_R

Bit 4 - SPI regulator power up signal.

source

pub fn vdd_spi_tieh(&self) -> VDD_SPI_TIEH_R

Bit 5 - SPI regulator output is short connected to VDD3P3_RTC_IO.

source

pub fn vdd_spi_force(&self) -> VDD_SPI_FORCE_R

Bit 6 - Set this bit and force to use the configuration of eFuse to configure VDD_SPI.

source

pub fn vdd_spi_en_init(&self) -> VDD_SPI_EN_INIT_R

Bit 7 - Set SPI regulator to 0 to configure init[1:0]=0.

source

pub fn vdd_spi_encurlim(&self) -> VDD_SPI_ENCURLIM_R

Bit 8 - Set SPI regulator to 1 to enable output current limit.

source

pub fn vdd_spi_dcurlim(&self) -> VDD_SPI_DCURLIM_R

Bits 9:11 - Tunes the current limit threshold of SPI regulator when tieh=0, about 800 mA/(8+d).

source

pub fn vdd_spi_init(&self) -> VDD_SPI_INIT_R

Bits 12:13 - Adds resistor from LDO output to ground. 0: no resistance 1: 6 K 2: 4 K 3: 2 K.

source

pub fn vdd_spi_dcap(&self) -> VDD_SPI_DCAP_R

Bits 14:15 - Prevents SPI regulator from overshoot.

source

pub fn wdt_delay_sel(&self) -> WDT_DELAY_SEL_R

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

source

pub fn spi_boot_crypt_cnt(&self) -> SPI_BOOT_CRYPT_CNT_R

Bits 18:20 - Set this bit to enable SPI boot encrypt/decrypt. Odd number of 1: enable. even number of 1: disable.

source

pub fn secure_boot_key_revoke0(&self) -> SECURE_BOOT_KEY_REVOKE0_R

Bit 21 - Set this bit to enable revoking first secure boot key.

source

pub fn secure_boot_key_revoke1(&self) -> SECURE_BOOT_KEY_REVOKE1_R

Bit 22 - Set this bit to enable revoking second secure boot key.

source

pub fn secure_boot_key_revoke2(&self) -> SECURE_BOOT_KEY_REVOKE2_R

Bit 23 - Set this bit to enable revoking third secure boot key.

source

pub fn key_purpose_0(&self) -> KEY_PURPOSE_0_R

Bits 24:27 - Purpose of Key0.

source

pub fn key_purpose_1(&self) -> KEY_PURPOSE_1_R

Bits 28:31 - Purpose of Key1.

Methods from Deref<Target = R<RD_REPEAT_DATA1_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_DATA1_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl From<R<RD_REPEAT_DATA1_SPEC>> for R

source§

fn from(reader: R<RD_REPEAT_DATA1_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,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

const: unstable · source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

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

const: unstable · 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.
const: unstable · 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.
const: unstable · source§

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

Performs the conversion.