[][src]Struct atsams70n19::hsmci::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) -> CMDRDY_R[src]

Bit 0 - Command Ready (cleared by writing in HSMCI_CMDR)

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

Bit 1 - Receiver Ready (cleared by reading HSMCI_RDR)

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

Bit 2 - Transmit Ready (cleared by writing in HSMCI_TDR)

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

Bit 3 - Data Block Ended (cleared on read)

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

Bit 4 - Data Transfer in Progress (cleared at the end of CRC16 calculation)

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

Bit 5 - HSMCI Not Busy

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

Bit 8 - SDIO Interrupt for Slot A (cleared on read)

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

Bit 12 - SDIO Read Wait Operation Status

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

Bit 13 - CE-ATA Completion Signal Received (cleared on read)

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

Bit 16 - Response Index Error (cleared by writing in HSMCI_CMDR)

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

Bit 17 - Response Direction Error (cleared by writing in HSMCI_CMDR)

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

Bit 18 - Response CRC Error (cleared by writing in HSMCI_CMDR)

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

Bit 19 - Response End Bit Error (cleared by writing in HSMCI_CMDR)

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

Bit 20 - Response Time-out Error (cleared by writing in HSMCI_CMDR)

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

Bit 21 - Data CRC Error (cleared on read)

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

Bit 22 - Data Time-out Error (cleared on read)

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

Bit 23 - Completion Signal Time-out Error (cleared on read)

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

Bit 24 - DMA Block Overrun Error (cleared on read)

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

Bit 26 - FIFO empty flag

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

Bit 27 - Transfer Done flag

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

Bit 28 - Boot Operation Acknowledge Received (cleared on read)

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

Bit 29 - Boot Operation Acknowledge Error (cleared on read)

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

Bit 30 - Overrun (if FERRCTRL = 1, cleared by writing in HSMCI_CMDR or cleared on read if FERRCTRL = 0)

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

Bit 31 - Underrun (if FERRCTRL = 1, cleared by writing in HSMCI_CMDR or cleared on read if FERRCTRL = 0)

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

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