Struct atsame70n21b::pmc::slpwk_sr1::R

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

Register SLPWK_SR1 reader

Implementations§

source§

impl R

source

pub fn pid32(&self) -> PID32_R

Bit 0 - Peripheral 32 SleepWalking Status

source

pub fn pid33(&self) -> PID33_R

Bit 1 - Peripheral 33 SleepWalking Status

source

pub fn pid34(&self) -> PID34_R

Bit 2 - Peripheral 34 SleepWalking Status

source

pub fn pid35(&self) -> PID35_R

Bit 3 - Peripheral 35 SleepWalking Status

source

pub fn pid37(&self) -> PID37_R

Bit 5 - Peripheral 37 SleepWalking Status

source

pub fn pid39(&self) -> PID39_R

Bit 7 - Peripheral 39 SleepWalking Status

source

pub fn pid40(&self) -> PID40_R

Bit 8 - Peripheral 40 SleepWalking Status

source

pub fn pid41(&self) -> PID41_R

Bit 9 - Peripheral 41 SleepWalking Status

source

pub fn pid43(&self) -> PID43_R

Bit 11 - Peripheral 43 SleepWalking Status

source

pub fn pid44(&self) -> PID44_R

Bit 12 - Peripheral 44 SleepWalking Status

source

pub fn pid45(&self) -> PID45_R

Bit 13 - Peripheral 45 SleepWalking Status

source

pub fn pid46(&self) -> PID46_R

Bit 14 - Peripheral 46 SleepWalking Status

source

pub fn pid47(&self) -> PID47_R

Bit 15 - Peripheral 47 SleepWalking Status

source

pub fn pid48(&self) -> PID48_R

Bit 16 - Peripheral 48 SleepWalking Status

source

pub fn pid49(&self) -> PID49_R

Bit 17 - Peripheral 49 SleepWalking Status

source

pub fn pid50(&self) -> PID50_R

Bit 18 - Peripheral 50 SleepWalking Status

source

pub fn pid51(&self) -> PID51_R

Bit 19 - Peripheral 51 SleepWalking Status

source

pub fn pid52(&self) -> PID52_R

Bit 20 - Peripheral 52 SleepWalking Status

source

pub fn pid56(&self) -> PID56_R

Bit 24 - Peripheral 56 SleepWalking Status

source

pub fn pid57(&self) -> PID57_R

Bit 25 - Peripheral 57 SleepWalking Status

source

pub fn pid58(&self) -> PID58_R

Bit 26 - Peripheral 58 SleepWalking Status

source

pub fn pid59(&self) -> PID59_R

Bit 27 - Peripheral 59 SleepWalking Status

source

pub fn pid60(&self) -> PID60_R

Bit 28 - Peripheral 60 SleepWalking Status

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

source

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

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<SLPWK_SR1_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl From<R<SLPWK_SR1_SPEC>> for R

source§

fn from(original: R<SLPWK_SR1_SPEC>) -> R

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