Struct atsame70n21b::pmc::slpwk_asr0::R

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

Register SLPWK_ASR0 reader

Implementations§

source§

impl R

source

pub fn pid7(&self) -> PID7_R

Bit 7 - Peripheral 7 Activity Status

source

pub fn pid8(&self) -> PID8_R

Bit 8 - Peripheral 8 Activity Status

source

pub fn pid10(&self) -> PID10_R

Bit 10 - Peripheral 10 Activity Status

source

pub fn pid11(&self) -> PID11_R

Bit 11 - Peripheral 11 Activity Status

source

pub fn pid13(&self) -> PID13_R

Bit 13 - Peripheral 13 Activity Status

source

pub fn pid14(&self) -> PID14_R

Bit 14 - Peripheral 14 Activity Status

source

pub fn pid15(&self) -> PID15_R

Bit 15 - Peripheral 15 Activity Status

source

pub fn pid16(&self) -> PID16_R

Bit 16 - Peripheral 16 Activity Status

source

pub fn pid18(&self) -> PID18_R

Bit 18 - Peripheral 18 Activity Status

source

pub fn pid19(&self) -> PID19_R

Bit 19 - Peripheral 19 Activity Status

source

pub fn pid20(&self) -> PID20_R

Bit 20 - Peripheral 20 Activity Status

source

pub fn pid21(&self) -> PID21_R

Bit 21 - Peripheral 21 Activity Status

source

pub fn pid22(&self) -> PID22_R

Bit 22 - Peripheral 22 Activity Status

source

pub fn pid23(&self) -> PID23_R

Bit 23 - Peripheral 23 Activity Status

source

pub fn pid24(&self) -> PID24_R

Bit 24 - Peripheral 24 Activity Status

source

pub fn pid25(&self) -> PID25_R

Bit 25 - Peripheral 25 Activity Status

source

pub fn pid26(&self) -> PID26_R

Bit 26 - Peripheral 26 Activity Status

source

pub fn pid27(&self) -> PID27_R

Bit 27 - Peripheral 27 Activity Status

source

pub fn pid28(&self) -> PID28_R

Bit 28 - Peripheral 28 Activity Status

source

pub fn pid29(&self) -> PID29_R

Bit 29 - Peripheral 29 Activity Status

source

pub fn pid30(&self) -> PID30_R

Bit 30 - Peripheral 30 Activity Status

source

pub fn pid31(&self) -> PID31_R

Bit 31 - Peripheral 31 Activity Status

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

source

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

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<SLPWK_ASR0_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl From<R<SLPWK_ASR0_SPEC>> for R

source§

fn from(original: R<SLPWK_ASR0_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.