[][src]Struct sam3x8e::dmac::sreq::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

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

Writes raw bits to the register

pub fn ssreq0(&mut self) -> _SSREQ0W[src]

Bit 0 - Source Request

pub fn dsreq0(&mut self) -> _DSREQ0W[src]

Bit 1 - Destination Request

pub fn ssreq1(&mut self) -> _SSREQ1W[src]

Bit 2 - Source Request

pub fn dsreq1(&mut self) -> _DSREQ1W[src]

Bit 3 - Destination Request

pub fn ssreq2(&mut self) -> _SSREQ2W[src]

Bit 4 - Source Request

pub fn dsreq2(&mut self) -> _DSREQ2W[src]

Bit 5 - Destination Request

pub fn ssreq3(&mut self) -> _SSREQ3W[src]

Bit 6 - Source Request

pub fn dsreq3(&mut self) -> _DSREQ3W[src]

Bit 7 - Destination Request

pub fn ssreq4(&mut self) -> _SSREQ4W[src]

Bit 8 - Source Request

pub fn dsreq4(&mut self) -> _DSREQ4W[src]

Bit 9 - Destination Request

pub fn ssreq5(&mut self) -> _SSREQ5W[src]

Bit 10 - Source Request

pub fn dsreq5(&mut self) -> _DSREQ5W[src]

Bit 11 - Destination Request

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]