[][src]Struct atsams70j21b::xdmac::xdmac_gd::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 di0(&mut self) -> _DI0W[src]

Bit 0 - XDMAC Channel 0 Disable Bit

pub fn di1(&mut self) -> _DI1W[src]

Bit 1 - XDMAC Channel 1 Disable Bit

pub fn di2(&mut self) -> _DI2W[src]

Bit 2 - XDMAC Channel 2 Disable Bit

pub fn di3(&mut self) -> _DI3W[src]

Bit 3 - XDMAC Channel 3 Disable Bit

pub fn di4(&mut self) -> _DI4W[src]

Bit 4 - XDMAC Channel 4 Disable Bit

pub fn di5(&mut self) -> _DI5W[src]

Bit 5 - XDMAC Channel 5 Disable Bit

pub fn di6(&mut self) -> _DI6W[src]

Bit 6 - XDMAC Channel 6 Disable Bit

pub fn di7(&mut self) -> _DI7W[src]

Bit 7 - XDMAC Channel 7 Disable Bit

pub fn di8(&mut self) -> _DI8W[src]

Bit 8 - XDMAC Channel 8 Disable Bit

pub fn di9(&mut self) -> _DI9W[src]

Bit 9 - XDMAC Channel 9 Disable Bit

pub fn di10(&mut self) -> _DI10W[src]

Bit 10 - XDMAC Channel 10 Disable Bit

pub fn di11(&mut self) -> _DI11W[src]

Bit 11 - XDMAC Channel 11 Disable Bit

pub fn di12(&mut self) -> _DI12W[src]

Bit 12 - XDMAC Channel 12 Disable Bit

pub fn di13(&mut self) -> _DI13W[src]

Bit 13 - XDMAC Channel 13 Disable Bit

pub fn di14(&mut self) -> _DI14W[src]

Bit 14 - XDMAC Channel 14 Disable Bit

pub fn di15(&mut self) -> _DI15W[src]

Bit 15 - XDMAC Channel 15 Disable Bit

pub fn di16(&mut self) -> _DI16W[src]

Bit 16 - XDMAC Channel 16 Disable Bit

pub fn di17(&mut self) -> _DI17W[src]

Bit 17 - XDMAC Channel 17 Disable Bit

pub fn di18(&mut self) -> _DI18W[src]

Bit 18 - XDMAC Channel 18 Disable Bit

pub fn di19(&mut self) -> _DI19W[src]

Bit 19 - XDMAC Channel 19 Disable Bit

pub fn di20(&mut self) -> _DI20W[src]

Bit 20 - XDMAC Channel 20 Disable Bit

pub fn di21(&mut self) -> _DI21W[src]

Bit 21 - XDMAC Channel 21 Disable Bit

pub fn di22(&mut self) -> _DI22W[src]

Bit 22 - XDMAC Channel 22 Disable Bit

pub fn di23(&mut self) -> _DI23W[src]

Bit 23 - XDMAC Channel 23 Disable Bit

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