[][src]Struct atsams70q19::xdmac::xdmac_gie::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 ie0(&mut self) -> _IE0W[src]

Bit 0 - XDMAC Channel 0 Interrupt Enable Bit

pub fn ie1(&mut self) -> _IE1W[src]

Bit 1 - XDMAC Channel 1 Interrupt Enable Bit

pub fn ie2(&mut self) -> _IE2W[src]

Bit 2 - XDMAC Channel 2 Interrupt Enable Bit

pub fn ie3(&mut self) -> _IE3W[src]

Bit 3 - XDMAC Channel 3 Interrupt Enable Bit

pub fn ie4(&mut self) -> _IE4W[src]

Bit 4 - XDMAC Channel 4 Interrupt Enable Bit

pub fn ie5(&mut self) -> _IE5W[src]

Bit 5 - XDMAC Channel 5 Interrupt Enable Bit

pub fn ie6(&mut self) -> _IE6W[src]

Bit 6 - XDMAC Channel 6 Interrupt Enable Bit

pub fn ie7(&mut self) -> _IE7W[src]

Bit 7 - XDMAC Channel 7 Interrupt Enable Bit

pub fn ie8(&mut self) -> _IE8W[src]

Bit 8 - XDMAC Channel 8 Interrupt Enable Bit

pub fn ie9(&mut self) -> _IE9W[src]

Bit 9 - XDMAC Channel 9 Interrupt Enable Bit

pub fn ie10(&mut self) -> _IE10W[src]

Bit 10 - XDMAC Channel 10 Interrupt Enable Bit

pub fn ie11(&mut self) -> _IE11W[src]

Bit 11 - XDMAC Channel 11 Interrupt Enable Bit

pub fn ie12(&mut self) -> _IE12W[src]

Bit 12 - XDMAC Channel 12 Interrupt Enable Bit

pub fn ie13(&mut self) -> _IE13W[src]

Bit 13 - XDMAC Channel 13 Interrupt Enable Bit

pub fn ie14(&mut self) -> _IE14W[src]

Bit 14 - XDMAC Channel 14 Interrupt Enable Bit

pub fn ie15(&mut self) -> _IE15W[src]

Bit 15 - XDMAC Channel 15 Interrupt Enable Bit

pub fn ie16(&mut self) -> _IE16W[src]

Bit 16 - XDMAC Channel 16 Interrupt Enable Bit

pub fn ie17(&mut self) -> _IE17W[src]

Bit 17 - XDMAC Channel 17 Interrupt Enable Bit

pub fn ie18(&mut self) -> _IE18W[src]

Bit 18 - XDMAC Channel 18 Interrupt Enable Bit

pub fn ie19(&mut self) -> _IE19W[src]

Bit 19 - XDMAC Channel 19 Interrupt Enable Bit

pub fn ie20(&mut self) -> _IE20W[src]

Bit 20 - XDMAC Channel 20 Interrupt Enable Bit

pub fn ie21(&mut self) -> _IE21W[src]

Bit 21 - XDMAC Channel 21 Interrupt Enable Bit

pub fn ie22(&mut self) -> _IE22W[src]

Bit 22 - XDMAC Channel 22 Interrupt Enable Bit

pub fn ie23(&mut self) -> _IE23W[src]

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