[][src]Struct atsams70j21b::pmc::pmc_scer::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 usbclk(&mut self) -> _USBCLKW[src]

Bit 5 - Enable USB FS Clock

pub fn pck0(&mut self) -> _PCK0W[src]

Bit 8 - Programmable Clock 0 Output Enable

pub fn pck1(&mut self) -> _PCK1W[src]

Bit 9 - Programmable Clock 1 Output Enable

pub fn pck2(&mut self) -> _PCK2W[src]

Bit 10 - Programmable Clock 2 Output Enable

pub fn pck3(&mut self) -> _PCK3W[src]

Bit 11 - Programmable Clock 3 Output Enable

pub fn pck4(&mut self) -> _PCK4W[src]

Bit 12 - Programmable Clock 4 Output Enable

pub fn pck5(&mut self) -> _PCK5W[src]

Bit 13 - Programmable Clock 5 Output Enable

pub fn pck6(&mut self) -> _PCK6W[src]

Bit 14 - Programmable Clock 6 Output Enable

pub fn pck7(&mut self) -> _PCK7W[src]

Bit 15 - Programmable Clock 7 Output 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