[][src]Struct atsams70j21b::pmc::pmc_pcsr1::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 pid32(&self) -> PID32_R[src]

Bit 0 - Peripheral Clock 32 Status

pub fn pid33(&self) -> PID33_R[src]

Bit 1 - Peripheral Clock 33 Status

pub fn pid34(&self) -> PID34_R[src]

Bit 2 - Peripheral Clock 34 Status

pub fn pid40(&self) -> PID40_R[src]

Bit 8 - Peripheral Clock 40 Status

pub fn pid43(&self) -> PID43_R[src]

Bit 11 - Peripheral Clock 43 Status

pub fn pid44(&self) -> PID44_R[src]

Bit 12 - Peripheral Clock 44 Status

pub fn pid45(&self) -> PID45_R[src]

Bit 13 - Peripheral Clock 45 Status

pub fn pid46(&self) -> PID46_R[src]

Bit 14 - Peripheral Clock 46 Status

pub fn pid47(&self) -> PID47_R[src]

Bit 15 - Peripheral Clock 47 Status

pub fn pid48(&self) -> PID48_R[src]

Bit 16 - Peripheral Clock 48 Status

pub fn pid49(&self) -> PID49_R[src]

Bit 17 - Peripheral Clock 49 Status

pub fn pid50(&self) -> PID50_R[src]

Bit 18 - Peripheral Clock 50 Status

pub fn pid51(&self) -> PID51_R[src]

Bit 19 - Peripheral Clock 51 Status

pub fn pid52(&self) -> PID52_R[src]

Bit 20 - Peripheral Clock 52 Status

pub fn pid56(&self) -> PID56_R[src]

Bit 24 - Peripheral Clock 56 Status

pub fn pid57(&self) -> PID57_R[src]

Bit 25 - Peripheral Clock 57 Status

pub fn pid58(&self) -> PID58_R[src]

Bit 26 - Peripheral Clock 58 Status

pub fn pid59(&self) -> PID59_R[src]

Bit 27 - Peripheral Clock 59 Status

pub fn pid60(&self) -> PID60_R[src]

Bit 28 - Peripheral Clock 60 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