[][src]Struct atsams70j19::supc::supc_sr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn wkups(&self) -> WKUPS_R[src]

Bit 1 - WKUP Wake-up Status (cleared on read)

pub fn smws(&self) -> SMWS_R[src]

Bit 2 - Supply Monitor Detection Wake-up Status (cleared on read)

pub fn bodrsts(&self) -> BODRSTS_R[src]

Bit 3 - Brownout Detector Reset Status (cleared on read)

pub fn smrsts(&self) -> SMRSTS_R[src]

Bit 4 - Supply Monitor Reset Status (cleared on read)

pub fn sms(&self) -> SMS_R[src]

Bit 5 - Supply Monitor Status (cleared on read)

pub fn smos(&self) -> SMOS_R[src]

Bit 6 - Supply Monitor Output Status

pub fn oscsel(&self) -> OSCSEL_R[src]

Bit 7 - 32-kHz Oscillator Selection Status

pub fn lpdbcs0(&self) -> LPDBCS0_R[src]

Bit 13 - Low-power Debouncer Wake-up Status on WKUP0 (cleared on read)

pub fn lpdbcs1(&self) -> LPDBCS1_R[src]

Bit 14 - Low-power Debouncer Wake-up Status on WKUP1 (cleared on read)

pub fn wkupis0(&self) -> WKUPIS0_R[src]

Bit 16 - WKUPx Input Status (cleared on read)

pub fn wkupis1(&self) -> WKUPIS1_R[src]

Bit 17 - WKUPx Input Status (cleared on read)

pub fn wkupis2(&self) -> WKUPIS2_R[src]

Bit 18 - WKUPx Input Status (cleared on read)

pub fn wkupis3(&self) -> WKUPIS3_R[src]

Bit 19 - WKUPx Input Status (cleared on read)

pub fn wkupis4(&self) -> WKUPIS4_R[src]

Bit 20 - WKUPx Input Status (cleared on read)

pub fn wkupis5(&self) -> WKUPIS5_R[src]

Bit 21 - WKUPx Input Status (cleared on read)

pub fn wkupis6(&self) -> WKUPIS6_R[src]

Bit 22 - WKUPx Input Status (cleared on read)

pub fn wkupis7(&self) -> WKUPIS7_R[src]

Bit 23 - WKUPx Input Status (cleared on read)

pub fn wkupis8(&self) -> WKUPIS8_R[src]

Bit 24 - WKUPx Input Status (cleared on read)

pub fn wkupis9(&self) -> WKUPIS9_R[src]

Bit 25 - WKUPx Input Status (cleared on read)

pub fn wkupis10(&self) -> WKUPIS10_R[src]

Bit 26 - WKUPx Input Status (cleared on read)

pub fn wkupis11(&self) -> WKUPIS11_R[src]

Bit 27 - WKUPx Input Status (cleared on read)

pub fn wkupis12(&self) -> WKUPIS12_R[src]

Bit 28 - WKUPx Input Status (cleared on read)

pub fn wkupis13(&self) -> WKUPIS13_R[src]

Bit 29 - WKUPx Input Status (cleared on read)

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self