[][src]Struct atsams70j21b::xdmac::xdmac_gswf::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 swf0(&mut self) -> _SWF0W[src]

Bit 0 - XDMAC Channel 0 Software Flush Request Bit

pub fn swf1(&mut self) -> _SWF1W[src]

Bit 1 - XDMAC Channel 1 Software Flush Request Bit

pub fn swf2(&mut self) -> _SWF2W[src]

Bit 2 - XDMAC Channel 2 Software Flush Request Bit

pub fn swf3(&mut self) -> _SWF3W[src]

Bit 3 - XDMAC Channel 3 Software Flush Request Bit

pub fn swf4(&mut self) -> _SWF4W[src]

Bit 4 - XDMAC Channel 4 Software Flush Request Bit

pub fn swf5(&mut self) -> _SWF5W[src]

Bit 5 - XDMAC Channel 5 Software Flush Request Bit

pub fn swf6(&mut self) -> _SWF6W[src]

Bit 6 - XDMAC Channel 6 Software Flush Request Bit

pub fn swf7(&mut self) -> _SWF7W[src]

Bit 7 - XDMAC Channel 7 Software Flush Request Bit

pub fn swf8(&mut self) -> _SWF8W[src]

Bit 8 - XDMAC Channel 8 Software Flush Request Bit

pub fn swf9(&mut self) -> _SWF9W[src]

Bit 9 - XDMAC Channel 9 Software Flush Request Bit

pub fn swf10(&mut self) -> _SWF10W[src]

Bit 10 - XDMAC Channel 10 Software Flush Request Bit

pub fn swf11(&mut self) -> _SWF11W[src]

Bit 11 - XDMAC Channel 11 Software Flush Request Bit

pub fn swf12(&mut self) -> _SWF12W[src]

Bit 12 - XDMAC Channel 12 Software Flush Request Bit

pub fn swf13(&mut self) -> _SWF13W[src]

Bit 13 - XDMAC Channel 13 Software Flush Request Bit

pub fn swf14(&mut self) -> _SWF14W[src]

Bit 14 - XDMAC Channel 14 Software Flush Request Bit

pub fn swf15(&mut self) -> _SWF15W[src]

Bit 15 - XDMAC Channel 15 Software Flush Request Bit

pub fn swf16(&mut self) -> _SWF16W[src]

Bit 16 - XDMAC Channel 16 Software Flush Request Bit

pub fn swf17(&mut self) -> _SWF17W[src]

Bit 17 - XDMAC Channel 17 Software Flush Request Bit

pub fn swf18(&mut self) -> _SWF18W[src]

Bit 18 - XDMAC Channel 18 Software Flush Request Bit

pub fn swf19(&mut self) -> _SWF19W[src]

Bit 19 - XDMAC Channel 19 Software Flush Request Bit

pub fn swf20(&mut self) -> _SWF20W[src]

Bit 20 - XDMAC Channel 20 Software Flush Request Bit

pub fn swf21(&mut self) -> _SWF21W[src]

Bit 21 - XDMAC Channel 21 Software Flush Request Bit

pub fn swf22(&mut self) -> _SWF22W[src]

Bit 22 - XDMAC Channel 22 Software Flush Request Bit

pub fn swf23(&mut self) -> _SWF23W[src]

Bit 23 - XDMAC Channel 23 Software Flush Request 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