[][src]Struct atsams70j21b::xdmac::xdmac_ge::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 en0(&mut self) -> _EN0W[src]

Bit 0 - XDMAC Channel 0 Enable Bit

pub fn en1(&mut self) -> _EN1W[src]

Bit 1 - XDMAC Channel 1 Enable Bit

pub fn en2(&mut self) -> _EN2W[src]

Bit 2 - XDMAC Channel 2 Enable Bit

pub fn en3(&mut self) -> _EN3W[src]

Bit 3 - XDMAC Channel 3 Enable Bit

pub fn en4(&mut self) -> _EN4W[src]

Bit 4 - XDMAC Channel 4 Enable Bit

pub fn en5(&mut self) -> _EN5W[src]

Bit 5 - XDMAC Channel 5 Enable Bit

pub fn en6(&mut self) -> _EN6W[src]

Bit 6 - XDMAC Channel 6 Enable Bit

pub fn en7(&mut self) -> _EN7W[src]

Bit 7 - XDMAC Channel 7 Enable Bit

pub fn en8(&mut self) -> _EN8W[src]

Bit 8 - XDMAC Channel 8 Enable Bit

pub fn en9(&mut self) -> _EN9W[src]

Bit 9 - XDMAC Channel 9 Enable Bit

pub fn en10(&mut self) -> _EN10W[src]

Bit 10 - XDMAC Channel 10 Enable Bit

pub fn en11(&mut self) -> _EN11W[src]

Bit 11 - XDMAC Channel 11 Enable Bit

pub fn en12(&mut self) -> _EN12W[src]

Bit 12 - XDMAC Channel 12 Enable Bit

pub fn en13(&mut self) -> _EN13W[src]

Bit 13 - XDMAC Channel 13 Enable Bit

pub fn en14(&mut self) -> _EN14W[src]

Bit 14 - XDMAC Channel 14 Enable Bit

pub fn en15(&mut self) -> _EN15W[src]

Bit 15 - XDMAC Channel 15 Enable Bit

pub fn en16(&mut self) -> _EN16W[src]

Bit 16 - XDMAC Channel 16 Enable Bit

pub fn en17(&mut self) -> _EN17W[src]

Bit 17 - XDMAC Channel 17 Enable Bit

pub fn en18(&mut self) -> _EN18W[src]

Bit 18 - XDMAC Channel 18 Enable Bit

pub fn en19(&mut self) -> _EN19W[src]

Bit 19 - XDMAC Channel 19 Enable Bit

pub fn en20(&mut self) -> _EN20W[src]

Bit 20 - XDMAC Channel 20 Enable Bit

pub fn en21(&mut self) -> _EN21W[src]

Bit 21 - XDMAC Channel 21 Enable Bit

pub fn en22(&mut self) -> _EN22W[src]

Bit 22 - XDMAC Channel 22 Enable Bit

pub fn en23(&mut self) -> _EN23W[src]

Bit 23 - XDMAC Channel 23 Enable 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