Struct msp432p401r::rstctl::rstctl_hardreset_stat::R[][src]

pub struct R(_);

Register RSTCTL_HARDRESET_STAT reader

Implementations

impl R[src]

pub fn src0(&self) -> SRC0_R[src]

Bit 0 - Indicates that SRC0 was the source of the Hard Reset

pub fn src1(&self) -> SRC1_R[src]

Bit 1 - Indicates that SRC1 was the source of the Hard Reset

pub fn src2(&self) -> SRC2_R[src]

Bit 2 - Indicates that SRC2 was the source of the Hard Reset

pub fn src3(&self) -> SRC3_R[src]

Bit 3 - Indicates that SRC3 was the source of the Hard Reset

pub fn src4(&self) -> SRC4_R[src]

Bit 4 - Indicates that SRC4 was the source of the Hard Reset

pub fn src5(&self) -> SRC5_R[src]

Bit 5 - Indicates that SRC5 was the source of the Hard Reset

pub fn src6(&self) -> SRC6_R[src]

Bit 6 - Indicates that SRC6 was the source of the Hard Reset

pub fn src7(&self) -> SRC7_R[src]

Bit 7 - Indicates that SRC7 was the source of the Hard Reset

pub fn src8(&self) -> SRC8_R[src]

Bit 8 - Indicates that SRC8 was the source of the Hard Reset

pub fn src9(&self) -> SRC9_R[src]

Bit 9 - Indicates that SRC9 was the source of the Hard Reset

pub fn src10(&self) -> SRC10_R[src]

Bit 10 - Indicates that SRC10 was the source of the Hard Reset

pub fn src11(&self) -> SRC11_R[src]

Bit 11 - Indicates that SRC11 was the source of the Hard Reset

pub fn src12(&self) -> SRC12_R[src]

Bit 12 - Indicates that SRC12 was the source of the Hard Reset

pub fn src13(&self) -> SRC13_R[src]

Bit 13 - Indicates that SRC13 was the source of the Hard Reset

pub fn src14(&self) -> SRC14_R[src]

Bit 14 - Indicates that SRC14 was the source of the Hard Reset

pub fn src15(&self) -> SRC15_R[src]

Bit 15 - Indicates that SRC15 was the source of the Hard Reset

Methods from Deref<Target = R<RSTCTL_HARDRESET_STAT_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<RSTCTL_HARDRESET_STAT_SPEC>

The resulting type after dereferencing.

impl From<R<RSTCTL_HARDRESET_STAT_SPEC>> for R[src]

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.