[][src]Struct sam3x8e::hsmci::idr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

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 sdioirqfor_slot_a(&mut self) -> _SDIOIRQFORSLOTAW[src]

Bit 8

pub fn sdioirqfor_slot_b(&mut self) -> _SDIOIRQFORSLOTBW[src]

Bit 9

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 dmadone(&mut self) -> _DMADONEW[src]

Bit 25 - DMA Transfer completed 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 Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]