[][src]Struct sam3x8e::pmc::pmc_pcer1::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn pid32(&mut self) -> _PID32W[src]

Bit 0 - Peripheral Clock 32 Enable

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

Bit 1 - Peripheral Clock 33 Enable

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

Bit 2 - Peripheral Clock 34 Enable

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

Bit 3 - Peripheral Clock 35 Enable

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

Bit 4 - Peripheral Clock 36 Enable

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

Bit 5 - Peripheral Clock 37 Enable

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

Bit 6 - Peripheral Clock 38 Enable

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

Bit 7 - Peripheral Clock 39 Enable

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

Bit 8 - Peripheral Clock 40 Enable

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

Bit 9 - Peripheral Clock 41 Enable

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

Bit 10 - Peripheral Clock 42 Enable

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

Bit 11 - Peripheral Clock 43 Enable

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

Bit 12 - Peripheral Clock 44 Enable

Auto Trait Implementations

impl Send for W

impl Sync for W

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]