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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

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 pid37(&mut self) -> _PID37W[src]

Bit 5 - Peripheral Clock 37 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

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

Bit 13 - Peripheral Clock 45 Enable

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

Bit 14 - Peripheral Clock 46 Enable

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

Bit 15 - Peripheral Clock 47 Enable

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

Bit 16 - Peripheral Clock 48 Enable

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

Bit 17 - Peripheral Clock 49 Enable

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

Bit 18 - Peripheral Clock 50 Enable

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

Bit 19 - Peripheral Clock 51 Enable

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

Bit 20 - Peripheral Clock 52 Enable

pub fn pid53(&mut self) -> _PID53W[src]

Bit 21 - Peripheral Clock 53 Enable

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

Bit 24 - Peripheral Clock 56 Enable

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

Bit 25 - Peripheral Clock 57 Enable

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

Bit 26 - Peripheral Clock 58 Enable

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

Bit 27 - Peripheral Clock 59 Enable

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

Bit 28 - Peripheral Clock 60 Enable

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

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