pub struct R(_);
Expand description

Register IEN reader

Implementations§

source§

impl R

source

pub fn cmdcomsen(&self) -> CMDCOMSEN_R

Bit 0 - Command Complete Signal Enable

source

pub fn trancomsen(&self) -> TRANCOMSEN_R

Bit 1 - Transfer Complete Signal Enable

source

pub fn blkgapevtsen(&self) -> BLKGAPEVTSEN_R

Bit 2 - Block Gap Event Signal Enable

source

pub fn dmaintsen(&self) -> DMAINTSEN_R

Bit 3 - DMA Interrupt Signal Enable

source

pub fn bufwrrdysen(&self) -> BUFWRRDYSEN_R

Bit 4 - Buffer Write Ready Signal Enable

source

pub fn bufrdrdysen(&self) -> BUFRDRDYSEN_R

Bit 5 - Buffer Read Ready Signal Enable

source

pub fn cardinssen(&self) -> CARDINSSEN_R

Bit 6 - Card Insertion Signal Enable

source

pub fn cardremsen(&self) -> CARDREMSEN_R

Bit 7 - Card Removal Signal Enable

source

pub fn cardintsen(&self) -> CARDINTSEN_R

Bit 8 - Card Interrupt Signal Enable

source

pub fn retuningevtsen(&self) -> RETUNINGEVTSEN_R

Bit 12 - Re-Tuning Event Signal Enable

source

pub fn bootackrcvsen(&self) -> BOOTACKRCVSEN_R

Bit 13 - Boot Ack Received Signal Enable

source

pub fn bootterminatesen(&self) -> BOOTTERMINATESEN_R

Bit 14 - Boot Terminate Interrupt Signal Enable

source

pub fn cmdtouterrsen(&self) -> CMDTOUTERRSEN_R

Bit 16 - Command Timeout Error Signal Enable

source

pub fn cmdcrcerrsen(&self) -> CMDCRCERRSEN_R

Bit 17 - Command CRC Error Signal Enable

source

pub fn cmdendbiterrsen(&self) -> CMDENDBITERRSEN_R

Bit 18 - Command End Bit Error Signal Enable

source

pub fn cmdindexerrsen(&self) -> CMDINDEXERRSEN_R

Bit 19 - Command Index Error Signal Enable

source

pub fn dattouterrsen(&self) -> DATTOUTERRSEN_R

Bit 20 - Data Timeout Error Signal Enable

source

pub fn datcrcerrsen(&self) -> DATCRCERRSEN_R

Bit 21 - Data CRC Error Signal Enable

source

pub fn datendbiterrsen(&self) -> DATENDBITERRSEN_R

Bit 22 - Data End Bit Error Signal Enable

source

pub fn currentlimiterrsen(&self) -> CURRENTLIMITERRSEN_R

Bit 23 - Current Limit Error Signal Enable

source

pub fn autocmderrsen(&self) -> AUTOCMDERRSEN_R

Bit 24 - Auto CMD12 Error Signal Enable

source

pub fn admaerrsen(&self) -> ADMAERRSEN_R

Bit 25 - ADMA Error Signal Enable

source

pub fn tuningerrsignalenable(&self) -> TUNINGERRSIGNALENABLE_R

Bit 26 - Tuning Error Signal Enable

source

pub fn targetresperrsen(&self) -> TARGETRESPERRSEN_R

Bit 28 - Target Response Error Signal Enable

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

source

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

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<IEN_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl From<R<IEN_SPEC>> for R

source§

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

Converts to this type from the input type.

Auto Trait Implementations§

§

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 Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

const: unstable · source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

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

const: unstable · 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<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

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

Performs the conversion.
source§

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

§

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

The type returned in the event of a conversion error.
const: unstable · source§

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

Performs the conversion.