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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

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

Bit 8 - Peripheral Clock 8 Enable

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

Bit 9 - Peripheral Clock 9 Enable

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

Bit 10 - Peripheral Clock 10 Enable

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

Bit 11 - Peripheral Clock 11 Enable

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

Bit 12 - Peripheral Clock 12 Enable

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

Bit 13 - Peripheral Clock 13 Enable

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

Bit 14 - Peripheral Clock 14 Enable

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

Bit 15 - Peripheral Clock 15 Enable

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

Bit 16 - Peripheral Clock 16 Enable

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

Bit 17 - Peripheral Clock 17 Enable

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

Bit 18 - Peripheral Clock 18 Enable

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

Bit 19 - Peripheral Clock 19 Enable

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

Bit 20 - Peripheral Clock 20 Enable

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

Bit 21 - Peripheral Clock 21 Enable

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

Bit 22 - Peripheral Clock 22 Enable

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

Bit 23 - Peripheral Clock 23 Enable

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

Bit 24 - Peripheral Clock 24 Enable

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

Bit 25 - Peripheral Clock 25 Enable

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

Bit 26 - Peripheral Clock 26 Enable

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

Bit 27 - Peripheral Clock 27 Enable

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

Bit 28 - Peripheral Clock 28 Enable

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

Bit 29 - Peripheral Clock 29 Enable

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

Bit 30 - Peripheral Clock 30 Enable

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

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