[][src]Struct atsams70n19b::xdmac::xdmac_chid::xdmac_cid::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 bid(&mut self) -> _BIDW[src]

Bit 0 - End of Block Interrupt Disable Bit

pub fn lid(&mut self) -> _LIDW[src]

Bit 1 - End of Linked List Interrupt Disable Bit

pub fn did(&mut self) -> _DIDW[src]

Bit 2 - End of Disable Interrupt Disable Bit

pub fn fid(&mut self) -> _FIDW[src]

Bit 3 - End of Flush Interrupt Disable Bit

pub fn rbeid(&mut self) -> _RBEIDW[src]

Bit 4 - Read Bus Error Interrupt Disable Bit

pub fn wbeid(&mut self) -> _WBEIDW[src]

Bit 5 - Write Bus Error Interrupt Disable Bit

pub fn roid(&mut self) -> _ROIDW[src]

Bit 6 - Request Overflow Error Interrupt 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