pub struct R(_);
Expand description

Register RD_REPEAT_DATA3 reader

Implementations§

source§

impl R

source

pub fn dis_download_mode(&self) -> DIS_DOWNLOAD_MODE_R

Bit 0 - Represents whether Download mode is disabled or enabled. 1: disabled. 0: enabled.

source

pub fn dis_direct_boot(&self) -> DIS_DIRECT_BOOT_R

Bit 1 - Represents whether direct boot mode is disabled or enabled. 1: disabled. 0: enabled.

source

pub fn dis_usb_print(&self) -> DIS_USB_PRINT_R

Bit 2 - Represents whether print from USB-Serial-JTAG is disabled or enabled. 1: disabled. 0: enabled.

source

pub fn rpt4_reserved3_5(&self) -> RPT4_RESERVED3_5_R

Bit 3 - Reserved.

source

pub fn dis_usb_serial_jtag_download_mode( &self ) -> DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE_R

Bit 4 - Represents whether the USB-Serial-JTAG download function is disabled or enabled. 1: disabled. 0: enabled.

source

pub fn enable_security_download(&self) -> ENABLE_SECURITY_DOWNLOAD_R

Bit 5 - Represents whether security download is enabled or disabled. 1: enabled. 0: disabled.

source

pub fn uart_print_control(&self) -> UART_PRINT_CONTROL_R

Bits 6:7 - Represents the type of UART printing. 00: force enable printing. 01: enable printing when GPIO8 is reset at low level. 10: enable printing when GPIO8 is reset at high level. 11: force disable printing.

source

pub fn force_send_resume(&self) -> FORCE_SEND_RESUME_R

Bit 8 - Represents whether ROM code is forced to send a resume command during SPI boot. 1: forced. 0:not forced.

source

pub fn secure_version(&self) -> SECURE_VERSION_R

Bits 9:24 - Represents the version used by ESP-IDF anti-rollback feature.

source

pub fn secure_boot_disable_fast_wake(&self) -> SECURE_BOOT_DISABLE_FAST_WAKE_R

Bit 25 - Represents whether FAST VERIFY ON WAKE is disabled or enabled when Secure Boot is enabled. 1: disabled. 0: enabled.

source

pub fn hys_en_pad0(&self) -> HYS_EN_PAD0_R

Bits 26:31 - Represents whether the hysteresis function of corresponding PAD is enabled. 1: enabled. 0:disabled.

Methods from Deref<Target = R<RD_REPEAT_DATA3_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_DATA3_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl From<R<RD_REPEAT_DATA3_SPEC>> for R

source§

fn from(reader: R<RD_REPEAT_DATA3_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.