[][src]Struct atsams70j21b::pmc::pmc_slpwk_dr0::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 pid7(&mut self) -> _PID7W[src]

Bit 7 - Peripheral 7 SleepWalking Disable

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

Bit 8 - Peripheral 8 SleepWalking Disable

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

Bit 10 - Peripheral 10 SleepWalking Disable

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

Bit 11 - Peripheral 11 SleepWalking Disable

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

Bit 13 - Peripheral 13 SleepWalking Disable

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

Bit 14 - Peripheral 14 SleepWalking Disable

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

Bit 16 - Peripheral 16 SleepWalking Disable

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

Bit 19 - Peripheral 19 SleepWalking Disable

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

Bit 20 - Peripheral 20 SleepWalking Disable

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

Bit 22 - Peripheral 22 SleepWalking Disable

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

Bit 23 - Peripheral 23 SleepWalking Disable

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

Bit 24 - Peripheral 24 SleepWalking Disable

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

Bit 25 - Peripheral 25 SleepWalking Disable

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

Bit 26 - Peripheral 26 SleepWalking Disable

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

Bit 27 - Peripheral 27 SleepWalking Disable

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

Bit 28 - Peripheral 28 SleepWalking Disable

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

Bit 29 - Peripheral 29 SleepWalking Disable

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

Bit 30 - Peripheral 30 SleepWalking Disable

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

Bit 31 - Peripheral 31 SleepWalking Disable

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