[][src]Struct atsams70j21b::pmc::pmc_slpwk_asr0::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 pid7(&self) -> PID7_R[src]

Bit 7 - Peripheral 7 Activity Status

pub fn pid8(&self) -> PID8_R[src]

Bit 8 - Peripheral 8 Activity Status

pub fn pid10(&self) -> PID10_R[src]

Bit 10 - Peripheral 10 Activity Status

pub fn pid11(&self) -> PID11_R[src]

Bit 11 - Peripheral 11 Activity Status

pub fn pid13(&self) -> PID13_R[src]

Bit 13 - Peripheral 13 Activity Status

pub fn pid14(&self) -> PID14_R[src]

Bit 14 - Peripheral 14 Activity Status

pub fn pid16(&self) -> PID16_R[src]

Bit 16 - Peripheral 16 Activity Status

pub fn pid19(&self) -> PID19_R[src]

Bit 19 - Peripheral 19 Activity Status

pub fn pid20(&self) -> PID20_R[src]

Bit 20 - Peripheral 20 Activity Status

pub fn pid22(&self) -> PID22_R[src]

Bit 22 - Peripheral 22 Activity Status

pub fn pid23(&self) -> PID23_R[src]

Bit 23 - Peripheral 23 Activity Status

pub fn pid24(&self) -> PID24_R[src]

Bit 24 - Peripheral 24 Activity Status

pub fn pid25(&self) -> PID25_R[src]

Bit 25 - Peripheral 25 Activity Status

pub fn pid26(&self) -> PID26_R[src]

Bit 26 - Peripheral 26 Activity Status

pub fn pid27(&self) -> PID27_R[src]

Bit 27 - Peripheral 27 Activity Status

pub fn pid28(&self) -> PID28_R[src]

Bit 28 - Peripheral 28 Activity Status

pub fn pid29(&self) -> PID29_R[src]

Bit 29 - Peripheral 29 Activity Status

pub fn pid30(&self) -> PID30_R[src]

Bit 30 - Peripheral 30 Activity Status

pub fn pid31(&self) -> PID31_R[src]

Bit 31 - Peripheral 31 Activity Status

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