[][src]Struct atsams70q19::xdmac::xdmac_gws::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 ws0(&mut self) -> _WS0W[src]

Bit 0 - XDMAC Channel 0 Write Suspend Bit

pub fn ws1(&mut self) -> _WS1W[src]

Bit 1 - XDMAC Channel 1 Write Suspend Bit

pub fn ws2(&mut self) -> _WS2W[src]

Bit 2 - XDMAC Channel 2 Write Suspend Bit

pub fn ws3(&mut self) -> _WS3W[src]

Bit 3 - XDMAC Channel 3 Write Suspend Bit

pub fn ws4(&mut self) -> _WS4W[src]

Bit 4 - XDMAC Channel 4 Write Suspend Bit

pub fn ws5(&mut self) -> _WS5W[src]

Bit 5 - XDMAC Channel 5 Write Suspend Bit

pub fn ws6(&mut self) -> _WS6W[src]

Bit 6 - XDMAC Channel 6 Write Suspend Bit

pub fn ws7(&mut self) -> _WS7W[src]

Bit 7 - XDMAC Channel 7 Write Suspend Bit

pub fn ws8(&mut self) -> _WS8W[src]

Bit 8 - XDMAC Channel 8 Write Suspend Bit

pub fn ws9(&mut self) -> _WS9W[src]

Bit 9 - XDMAC Channel 9 Write Suspend Bit

pub fn ws10(&mut self) -> _WS10W[src]

Bit 10 - XDMAC Channel 10 Write Suspend Bit

pub fn ws11(&mut self) -> _WS11W[src]

Bit 11 - XDMAC Channel 11 Write Suspend Bit

pub fn ws12(&mut self) -> _WS12W[src]

Bit 12 - XDMAC Channel 12 Write Suspend Bit

pub fn ws13(&mut self) -> _WS13W[src]

Bit 13 - XDMAC Channel 13 Write Suspend Bit

pub fn ws14(&mut self) -> _WS14W[src]

Bit 14 - XDMAC Channel 14 Write Suspend Bit

pub fn ws15(&mut self) -> _WS15W[src]

Bit 15 - XDMAC Channel 15 Write Suspend Bit

pub fn ws16(&mut self) -> _WS16W[src]

Bit 16 - XDMAC Channel 16 Write Suspend Bit

pub fn ws17(&mut self) -> _WS17W[src]

Bit 17 - XDMAC Channel 17 Write Suspend Bit

pub fn ws18(&mut self) -> _WS18W[src]

Bit 18 - XDMAC Channel 18 Write Suspend Bit

pub fn ws19(&mut self) -> _WS19W[src]

Bit 19 - XDMAC Channel 19 Write Suspend Bit

pub fn ws20(&mut self) -> _WS20W[src]

Bit 20 - XDMAC Channel 20 Write Suspend Bit

pub fn ws21(&mut self) -> _WS21W[src]

Bit 21 - XDMAC Channel 21 Write Suspend Bit

pub fn ws22(&mut self) -> _WS22W[src]

Bit 22 - XDMAC Channel 22 Write Suspend Bit

pub fn ws23(&mut self) -> _WS23W[src]

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