pub struct R(/* private fields */);Expand description
Register STA reader
Implementations§
Source§impl R
impl R
Sourcepub fn ceataend(&self) -> CEATAEND_R
pub fn ceataend(&self) -> CEATAEND_R
Bit 23 - CE-ATA command completion signal received for CMD61
Sourcepub fn rxfifohf(&self) -> RXFIFOHF_R
pub fn rxfifohf(&self) -> RXFIFOHF_R
Bit 15 - Receive FIFO half full: there are at least 8 words in the FIFO
Sourcepub fn txfifohe(&self) -> TXFIFOHE_R
pub fn txfifohe(&self) -> TXFIFOHE_R
Bit 14 - Transmit FIFO half empty: at least 8 words can be written into the FIFO
Sourcepub fn stbiterr(&self) -> STBITERR_R
pub fn stbiterr(&self) -> STBITERR_R
Bit 9 - Start bit not detected on all data signals in wide bus mode
Sourcepub fn txunderr(&self) -> TXUNDERR_R
pub fn txunderr(&self) -> TXUNDERR_R
Bit 4 - Transmit FIFO underrun error
Sourcepub fn dtimeout(&self) -> DTIMEOUT_R
pub fn dtimeout(&self) -> DTIMEOUT_R
Bit 3 - Data timeout
Sourcepub fn ctimeout(&self) -> CTIMEOUT_R
pub fn ctimeout(&self) -> CTIMEOUT_R
Bit 2 - Command response timeout
Sourcepub fn dcrcfail(&self) -> DCRCFAIL_R
pub fn dcrcfail(&self) -> DCRCFAIL_R
Bit 1 - Data block sent/received (CRC check failed)
Sourcepub fn ccrcfail(&self) -> CCRCFAIL_R
pub fn ccrcfail(&self) -> CCRCFAIL_R
Bit 0 - Command response received (CRC check failed)
Methods from Deref<Target = R<STA_SPEC>>§
Sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
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> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more