[][src]Struct atsams70j21b::pmc::pmc_slpwk_dr1::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 32 SleepWalking Disable

pub fn pid33(&mut self) -> _PID33W[src]

Bit 1 - Peripheral 33 SleepWalking Disable

pub fn pid34(&mut self) -> _PID34W[src]

Bit 2 - Peripheral 34 SleepWalking Disable

pub fn pid40(&mut self) -> _PID40W[src]

Bit 8 - Peripheral 40 SleepWalking Disable

pub fn pid43(&mut self) -> _PID43W[src]

Bit 11 - Peripheral 43 SleepWalking Disable

pub fn pid44(&mut self) -> _PID44W[src]

Bit 12 - Peripheral 44 SleepWalking Disable

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

Bit 13 - Peripheral 45 SleepWalking Disable

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

Bit 14 - Peripheral 46 SleepWalking Disable

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

Bit 15 - Peripheral 47 SleepWalking Disable

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

Bit 16 - Peripheral 48 SleepWalking Disable

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

Bit 17 - Peripheral 49 SleepWalking Disable

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

Bit 18 - Peripheral 50 SleepWalking Disable

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

Bit 19 - Peripheral 51 SleepWalking Disable

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

Bit 20 - Peripheral 52 SleepWalking Disable

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

Bit 24 - Peripheral 56 SleepWalking Disable

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

Bit 25 - Peripheral 57 SleepWalking Disable

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

Bit 26 - Peripheral 58 SleepWalking Disable

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

Bit 27 - Peripheral 59 SleepWalking Disable

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

Bit 28 - Peripheral 60 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