[][src]Struct sam3x8e::hsmci::sr::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

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

Bit 1 - Receiver Ready

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

Bit 2 - Transmit Ready

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

Bit 3 - Data Block Ended

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

Bit 4 - Data Transfer in Progress

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

Bit 5 - HSMCI Not Busy

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

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

Bit 13 - CE-ATA Completion Signal Received

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

Bit 16 - Response Index Error

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

Bit 17 - Response Direction Error

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

Bit 18 - Response CRC Error

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

Bit 19 - Response End Bit Error

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

Bit 20 - Response Time-out Error

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

Bit 21 - Data CRC Error

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

Bit 22 - Data Time-out Error

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

Bit 23 - Completion Signal Time-out Error

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

Bit 24 - DMA Block Overrun Error

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

Bit 25 - DMA Transfer done

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

Bit 26 - FIFO empty flag

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

Bit 27 - Transfer Done flag

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

Bit 28 - Boot Operation Acknowledge Received

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

Bit 29 - Boot Operation Acknowledge Error

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

Bit 30 - Overrun

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

Bit 31 - Underrun

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]