[][src]Struct sam3x8e::hsmci::imr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn cmdrdy(&self) -> CMDRDYR[src]

Bit 0 - Command Ready Interrupt Mask

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

Bit 1 - Receiver Ready Interrupt Mask

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

Bit 2 - Transmit Ready Interrupt Mask

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

Bit 3 - Data Block Ended Interrupt Mask

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

Bit 4 - Data Transfer in Progress Interrupt Mask

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

Bit 5 - Data Not Busy Interrupt Mask

pub fn sdioirqfor_slot_a(&self) -> SDIOIRQFORSLOTAR[src]

Bit 8

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

Bit 9

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

Bit 12 - SDIO Read Wait Operation Status Interrupt Mask

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

Bit 13 - Completion Signal Received Interrupt Mask

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

Bit 16 - Response Index Error Interrupt Mask

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

Bit 17 - Response Direction Error Interrupt Mask

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

Bit 18 - Response CRC Error Interrupt Mask

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

Bit 19 - Response End Bit Error Interrupt Mask

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

Bit 20 - Response Time-out Error Interrupt Mask

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

Bit 21 - Data CRC Error Interrupt Mask

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

Bit 22 - Data Time-out Error Interrupt Mask

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

Bit 23 - Completion Signal Time-out Error Interrupt Mask

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

Bit 24 - DMA Block Overrun Error Interrupt Mask

pub fn dmadone(&self) -> DMADONER[src]

Bit 25 - DMA Transfer Completed Interrupt Mask

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

Bit 26 - FIFO Empty Interrupt Mask

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

Bit 27 - Transfer Done Interrupt Mask

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

Bit 28 - Boot Operation Acknowledge Received Interrupt Mask

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

Bit 29 - Boot Operation Acknowledge Error Interrupt Mask

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

Bit 30 - Overrun Interrupt Mask

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

Bit 31 - Underrun Interrupt Mask

Auto Trait Implementations

impl Send for R

impl Sync for R

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]