[][src]Struct atsams70n19b::pmc::pmc_pcr::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 pid(&mut self) -> _PIDW[src]

Bits 0:6 - Peripheral ID

pub fn gclkcss(&mut self) -> _GCLKCSSW[src]

Bits 8:10 - Generic Clock Source Selection

pub fn cmd(&mut self) -> _CMDW[src]

Bit 12 - Command

pub fn gclkdiv(&mut self) -> _GCLKDIVW[src]

Bits 20:27 - Generic Clock Division Ratio

pub fn en(&mut self) -> _ENW[src]

Bit 28 - Enable

pub fn gclken(&mut self) -> _GCLKENW[src]

Bit 29 - Generic Clock 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