R

Struct R 

Source
pub struct R(/* private fields */);
Expand description

Register PRESETCTRL2 reader

Implementations§

Source§

impl R

Source

pub fn dma1_rst(&self) -> DMA1_RST_R

Bit 1 - DMA1 reset control.

Source

pub fn comp_rst(&self) -> COMP_RST_R

Bit 2 - Comparator reset control.

Source

pub fn sdio_rst(&self) -> SDIO_RST_R

Bit 3 - SDIO reset control.

Source

pub fn usb1_host_rst(&self) -> USB1_HOST_RST_R

Bit 4 - USB1 Host reset control.

Source

pub fn usb1_dev_rst(&self) -> USB1_DEV_RST_R

Bit 5 - USB1 dev reset control.

Source

pub fn usb1_ram_rst(&self) -> USB1_RAM_RST_R

Bit 6 - USB1 RAM reset control.

Source

pub fn usb1_phy_rst(&self) -> USB1_PHY_RST_R

Bit 7 - USB1 PHY reset control.

Source

pub fn freqme_rst(&self) -> FREQME_RST_R

Bit 8 - Frequency meter reset control.

Source

pub fn rng_rst(&self) -> RNG_RST_R

Bit 13 - RNG reset control.

Source

pub fn sysctl_rst(&self) -> SYSCTL_RST_R

Bit 15 - SYSCTL Block reset.

Source

pub fn usb0_hostm_rst(&self) -> USB0_HOSTM_RST_R

Bit 16 - USB0 Host Master reset control.

Source

pub fn usb0_hosts_rst(&self) -> USB0_HOSTS_RST_R

Bit 17 - USB0 Host Slave reset control.

Source

pub fn hash_aes_rst(&self) -> HASH_AES_RST_R

Bit 18 - HASH_AES reset control.

Source

pub fn pq_rst(&self) -> PQ_RST_R

Bit 19 - Power Quad reset control.

Source

pub fn plulut_rst(&self) -> PLULUT_RST_R

Bit 20 - PLU LUT reset control.

Source

pub fn timer3_rst(&self) -> TIMER3_RST_R

Bit 21 - Timer 3 reset control.

Source

pub fn timer4_rst(&self) -> TIMER4_RST_R

Bit 22 - Timer 4 reset control.

Source

pub fn puf_rst(&self) -> PUF_RST_R

Bit 23 - PUF reset control reset control.

Source

pub fn casper_rst(&self) -> CASPER_RST_R

Bit 24 - Casper reset control.

Source

pub fn analog_ctrl_rst(&self) -> ANALOG_CTRL_RST_R

Bit 27 - analog control reset control.

Source

pub fn hs_lspi_rst(&self) -> HS_LSPI_RST_R

Bit 28 - HS LSPI reset control.

Source

pub fn gpio_sec_rst(&self) -> GPIO_SEC_RST_R

Bit 29 - GPIO secure reset control.

Source

pub fn gpio_sec_int_rst(&self) -> GPIO_SEC_INT_RST_R

Bit 30 - GPIO secure int reset control.

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

Source

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

Reads raw bits from register.

Trait Implementations§

Source§

impl Deref for R

Source§

type Target = R<PRESETCTRL2_SPEC>

The resulting type after dereferencing.
Source§

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

Dereferences the value.
Source§

impl From<R<PRESETCTRL2_SPEC>> for R

Source§

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

Converts to this type from the input type.

Auto Trait Implementations§

§

impl Freeze for R

§

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 T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

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

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where 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 T
where 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<P, T> Receiver for P
where P: Deref<Target = T> + ?Sized, T: ?Sized,

Source§

type Target = T

🔬This is a nightly-only experimental API. (arbitrary_self_types)
The target type on which the method may be called.
Source§

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

Source§

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 T
where U: TryFrom<T>,

Source§

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.