[][src]Struct atsamd51j19a::sdhc0::eister::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u16[src]

Value of the register as raw bits

pub fn cmdteo(&self) -> CMDTEOR[src]

Bit 0 - Command Timeout Error Status Enable

pub fn cmdcrc(&self) -> CMDCRCR[src]

Bit 1 - Command CRC Error Status Enable

pub fn cmdend(&self) -> CMDENDR[src]

Bit 2 - Command End Bit Error Status Enable

pub fn cmdidx(&self) -> CMDIDXR[src]

Bit 3 - Command Index Error Status Enable

pub fn datteo(&self) -> DATTEOR[src]

Bit 4 - Data Timeout Error Status Enable

pub fn datcrc(&self) -> DATCRCR[src]

Bit 5 - Data CRC Error Status Enable

pub fn datend(&self) -> DATENDR[src]

Bit 6 - Data End Bit Error Status Enable

pub fn curlim(&self) -> CURLIMR[src]

Bit 7 - Current Limit Error Status Enable

pub fn acmd(&self) -> ACMDR[src]

Bit 8 - Auto CMD Error Status Enable

pub fn adma(&self) -> ADMAR[src]

Bit 9 - ADMA Error Status Enable

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 = Infallible

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

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]