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

Bit 0 - Command Ready Interrupt Mask

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

Bit 1 - Receiver Ready Interrupt Mask

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

Bit 2 - Transmit Ready Interrupt Mask

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

Bit 3 - Data Block Ended Interrupt Mask

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

Bit 4 - Data Transfer in Progress Interrupt Mask

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

Bit 5 - Data Not Busy Interrupt Mask

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

Bit 8 - SDIO Interrupt for Slot A Interrupt Mask

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

Bit 12 - SDIO Read Wait Operation Status Interrupt Mask

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

Bit 13 - Completion Signal Received Interrupt Mask

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

Bit 16 - Response Index Error Interrupt Mask

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

Bit 17 - Response Direction Error Interrupt Mask

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

Bit 18 - Response CRC Error Interrupt Mask

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

Bit 19 - Response End Bit Error Interrupt Mask

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

Bit 20 - Response Time-out Error Interrupt Mask

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

Bit 21 - Data CRC Error Interrupt Mask

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

Bit 22 - Data Time-out Error Interrupt Mask

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

Bit 23 - Completion Signal Time-out Error Interrupt Mask

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

Bit 24 - DMA Block Overrun Error Interrupt Mask

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

Bit 26 - FIFO Empty Interrupt Mask

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

Bit 27 - Transfer Done Interrupt Mask

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

Bit 28 - Boot Operation Acknowledge Received Interrupt Mask

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

Bit 29 - Boot Operation Acknowledge Error Interrupt Mask

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

Bit 30 - Overrun Interrupt Mask

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

Bit 31 - Underrun Interrupt Mask

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