Struct atsam4s8c_pac::hsmci::sr::R

source ·
pub struct R(_);
Expand description

Register SR reader

Implementations§

source§

impl R

source

pub fn cmdrdy(&self) -> CMDRDY_R

Bit 0 - Command Ready

source

pub fn rxrdy(&self) -> RXRDY_R

Bit 1 - Receiver Ready

source

pub fn txrdy(&self) -> TXRDY_R

Bit 2 - Transmit Ready

source

pub fn blke(&self) -> BLKE_R

Bit 3 - Data Block Ended

source

pub fn dtip(&self) -> DTIP_R

Bit 4 - Data Transfer in Progress

source

pub fn notbusy(&self) -> NOTBUSY_R

Bit 5 - HSMCI Not Busy

source

pub fn endrx(&self) -> ENDRX_R

Bit 6 - End of RX Buffer

source

pub fn endtx(&self) -> ENDTX_R

Bit 7 - End of TX Buffer

source

pub fn sdioirqa(&self) -> SDIOIRQA_R

Bit 8 - SDIO Interrupt for Slot A

source

pub fn sdiowait(&self) -> SDIOWAIT_R

Bit 12 - SDIO Read Wait Operation Status

source

pub fn csrcv(&self) -> CSRCV_R

Bit 13 - CE-ATA Completion Signal Received

source

pub fn rxbuff(&self) -> RXBUFF_R

Bit 14 - RX Buffer Full

source

pub fn txbufe(&self) -> TXBUFE_R

Bit 15 - TX Buffer Empty

source

pub fn rinde(&self) -> RINDE_R

Bit 16 - Response Index Error

source

pub fn rdire(&self) -> RDIRE_R

Bit 17 - Response Direction Error

source

pub fn rcrce(&self) -> RCRCE_R

Bit 18 - Response CRC Error

source

pub fn rende(&self) -> RENDE_R

Bit 19 - Response End Bit Error

source

pub fn rtoe(&self) -> RTOE_R

Bit 20 - Response Time-out Error

source

pub fn dcrce(&self) -> DCRCE_R

Bit 21 - Data CRC Error

source

pub fn dtoe(&self) -> DTOE_R

Bit 22 - Data Time-out Error

source

pub fn cstoe(&self) -> CSTOE_R

Bit 23 - Completion Signal Time-out Error

source

pub fn fifoempty(&self) -> FIFOEMPTY_R

Bit 26 - FIFO empty flag

source

pub fn xfrdone(&self) -> XFRDONE_R

Bit 27 - Transfer Done flag

source

pub fn ackrcv(&self) -> ACKRCV_R

Bit 28 - Boot Operation Acknowledge Received

source

pub fn ackrcve(&self) -> ACKRCVE_R

Bit 29 - Boot Operation Acknowledge Error

source

pub fn ovre(&self) -> OVRE_R

Bit 30 - Overrun

source

pub fn unre(&self) -> UNRE_R

Bit 31 - Underrun

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

source

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

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<SR_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl From<R<SR_SPEC>> for R

source§

fn from(reader: R<SR_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,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere 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 Twhere 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<T, U> TryFrom<U> for Twhere U: Into<T>,

§

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 Twhere U: TryFrom<T>,

§

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.