[][src]Struct atsams70n19b::hsmci::hsmci_idr::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 cmdrdy(&mut self) -> _CMDRDYW[src]

Bit 0 - Command Ready Interrupt Disable

pub fn rxrdy(&mut self) -> _RXRDYW[src]

Bit 1 - Receiver Ready Interrupt Disable

pub fn txrdy(&mut self) -> _TXRDYW[src]

Bit 2 - Transmit Ready Interrupt Disable

pub fn blke(&mut self) -> _BLKEW[src]

Bit 3 - Data Block Ended Interrupt Disable

pub fn dtip(&mut self) -> _DTIPW[src]

Bit 4 - Data Transfer in Progress Interrupt Disable

pub fn notbusy(&mut self) -> _NOTBUSYW[src]

Bit 5 - Data Not Busy Interrupt Disable

pub fn sdioirqa(&mut self) -> _SDIOIRQAW[src]

Bit 8 - SDIO Interrupt for Slot A Interrupt Disable

pub fn sdiowait(&mut self) -> _SDIOWAITW[src]

Bit 12 - SDIO Read Wait Operation Status Interrupt Disable

pub fn csrcv(&mut self) -> _CSRCVW[src]

Bit 13 - Completion Signal received interrupt Disable

pub fn rinde(&mut self) -> _RINDEW[src]

Bit 16 - Response Index Error Interrupt Disable

pub fn rdire(&mut self) -> _RDIREW[src]

Bit 17 - Response Direction Error Interrupt Disable

pub fn rcrce(&mut self) -> _RCRCEW[src]

Bit 18 - Response CRC Error Interrupt Disable

pub fn rende(&mut self) -> _RENDEW[src]

Bit 19 - Response End Bit Error Interrupt Disable

pub fn rtoe(&mut self) -> _RTOEW[src]

Bit 20 - Response Time-out Error Interrupt Disable

pub fn dcrce(&mut self) -> _DCRCEW[src]

Bit 21 - Data CRC Error Interrupt Disable

pub fn dtoe(&mut self) -> _DTOEW[src]

Bit 22 - Data Time-out Error Interrupt Disable

pub fn cstoe(&mut self) -> _CSTOEW[src]

Bit 23 - Completion Signal Time out Error Interrupt Disable

pub fn blkovre(&mut self) -> _BLKOVREW[src]

Bit 24 - DMA Block Overrun Error Interrupt Disable

pub fn fifoempty(&mut self) -> _FIFOEMPTYW[src]

Bit 26 - FIFO empty Interrupt Disable

pub fn xfrdone(&mut self) -> _XFRDONEW[src]

Bit 27 - Transfer Done Interrupt Disable

pub fn ackrcv(&mut self) -> _ACKRCVW[src]

Bit 28 - Boot Acknowledge Interrupt Disable

pub fn ackrcve(&mut self) -> _ACKRCVEW[src]

Bit 29 - Boot Acknowledge Error Interrupt Disable

pub fn ovre(&mut self) -> _OVREW[src]

Bit 30 - Overrun Interrupt Disable

pub fn unre(&mut self) -> _UNREW[src]

Bit 31 - Underrun Interrupt Disable

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