[][src]Struct sam3x8e::pmc::pmc_pcsr0::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 pid8(&self) -> PID8R[src]

Bit 8 - Peripheral Clock 8 Status

pub fn pid9(&self) -> PID9R[src]

Bit 9 - Peripheral Clock 9 Status

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

Bit 10 - Peripheral Clock 10 Status

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

Bit 11 - Peripheral Clock 11 Status

pub fn pid12(&self) -> PID12R[src]

Bit 12 - Peripheral Clock 12 Status

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

Bit 13 - Peripheral Clock 13 Status

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

Bit 14 - Peripheral Clock 14 Status

pub fn pid15(&self) -> PID15R[src]

Bit 15 - Peripheral Clock 15 Status

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

Bit 16 - Peripheral Clock 16 Status

pub fn pid17(&self) -> PID17R[src]

Bit 17 - Peripheral Clock 17 Status

pub fn pid18(&self) -> PID18R[src]

Bit 18 - Peripheral Clock 18 Status

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

Bit 19 - Peripheral Clock 19 Status

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

Bit 20 - Peripheral Clock 20 Status

pub fn pid21(&self) -> PID21R[src]

Bit 21 - Peripheral Clock 21 Status

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

Bit 22 - Peripheral Clock 22 Status

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

Bit 23 - Peripheral Clock 23 Status

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

Bit 24 - Peripheral Clock 24 Status

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

Bit 25 - Peripheral Clock 25 Status

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

Bit 26 - Peripheral Clock 26 Status

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

Bit 27 - Peripheral Clock 27 Status

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

Bit 28 - Peripheral Clock 28 Status

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

Bit 29 - Peripheral Clock 29 Status

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

Bit 30 - Peripheral Clock 30 Status

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

Bit 31 - Peripheral Clock 31 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]