[][src]Struct sam3x8e::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) -> PID32R[src]

Bit 0 - Peripheral Clock 32 Status

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

Bit 1 - Peripheral Clock 33 Status

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

Bit 2 - Peripheral Clock 34 Status

pub fn pid35(&self) -> PID35R[src]

Bit 3 - Peripheral Clock 35 Status

pub fn pid36(&self) -> PID36R[src]

Bit 4 - Peripheral Clock 36 Status

pub fn pid37(&self) -> PID37R[src]

Bit 5 - Peripheral Clock 37 Status

pub fn pid38(&self) -> PID38R[src]

Bit 6 - Peripheral Clock 38 Status

pub fn pid39(&self) -> PID39R[src]

Bit 7 - Peripheral Clock 39 Status

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

Bit 8 - Peripheral Clock 40 Status

pub fn pid41(&self) -> PID41R[src]

Bit 9 - Peripheral Clock 41 Status

pub fn pid42(&self) -> PID42R[src]

Bit 10 - Peripheral Clock 42 Status

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

Bit 11 - Peripheral Clock 43 Status

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

Bit 12 - Peripheral Clock 44 Status

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

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

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

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