R

Struct R 

Source
pub struct R(/* private fields */);
Expand description

Register IFCR reader

Implementations§

Source§

impl R

Source

pub fn cmdcom(&self) -> CMDCOM_R

Bit 0 - Command Complete

Source

pub fn trancom(&self) -> TRANCOM_R

Bit 1 - Transfer Complete

Source

pub fn blkgapevt(&self) -> BLKGAPEVT_R

Bit 2 - Block Gap Event

Source

pub fn dmaint(&self) -> DMAINT_R

Bit 3 - DMA Interrupt

Source

pub fn bfrwrrdy(&self) -> BFRWRRDY_R

Bit 4 - Buffer Write Ready

Source

pub fn bfrrdrdy(&self) -> BFRRDRDY_R

Bit 5 - Buffer Read Ready

Source

pub fn cardins(&self) -> CARDINS_R

Bit 6 - Card Insertion

Source

pub fn cardrm(&self) -> CARDRM_R

Bit 7 - Card Removal

Source

pub fn cardint(&self) -> CARDINT_R

Bit 8 - Card Interrupt

Source

pub fn retuningevt(&self) -> RETUNINGEVT_R

Bit 12 - Re-Tunning Event

Source

pub fn bootackrcv(&self) -> BOOTACKRCV_R

Bit 13 - Boot Ack Received

Source

pub fn bootterminate(&self) -> BOOTTERMINATE_R

Bit 14 - Boot Terminate Interrupt

Source

pub fn errint(&self) -> ERRINT_R

Bit 15 - Error Interrupt

Source

pub fn cmdtouterr(&self) -> CMDTOUTERR_R

Bit 16 - Command Timeout Error

Source

pub fn cmdcrcerr(&self) -> CMDCRCERR_R

Bit 17 - CMD CRC Error

Source

pub fn cmdendbiterr(&self) -> CMDENDBITERR_R

Bit 18 - Command End Bit Error

Source

pub fn cmdindexerr(&self) -> CMDINDEXERR_R

Bit 19 - Command Index Error

Source

pub fn dattouterr(&self) -> DATTOUTERR_R

Bit 20 - Data Time-out Error

Source

pub fn datcrcerr(&self) -> DATCRCERR_R

Bit 21 - Data CRC Error

Source

pub fn datendbiterr(&self) -> DATENDBITERR_R

Bit 22 - Data End Bit Error

Source

pub fn currentlimiterr(&self) -> CURRENTLIMITERR_R

Bit 23 - Current Limit Error

Source

pub fn autocmderr(&self) -> AUTOCMDERR_R

Bit 24 - Auto CMD Error

Source

pub fn admaerr(&self) -> ADMAERR_R

Bit 25 - ADMA Error

Source

pub fn targetresp(&self) -> TARGETRESP_R

Bit 28 - Specific Error STAT

Methods from Deref<Target = R<IFCR_SPEC>>§

Source

pub fn bits(&self) -> REG::Ux

Reads raw bits from register.

Trait Implementations§

Source§

impl Deref for R

Source§

type Target = R<IFCR_SPEC>

The resulting type after dereferencing.
Source§

fn deref(&self) -> &Self::Target

Dereferences the value.
Source§

impl From<R<IFCR_SPEC>> for R

Source§

fn from(reader: R<IFCR_SPEC>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl Freeze for R

§

impl RefUnwindSafe for R

§

impl Send for R

§

impl Sync for R

§

impl Unpin for R

§

impl UnwindSafe for R

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<P, T> Receiver for P
where P: Deref<Target = T> + ?Sized, T: ?Sized,

Source§

type Target = T

🔬This is a nightly-only experimental API. (arbitrary_self_types)
The target type on which the method may be called.
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

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

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.