pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn ceataend(&self) -> CEATAENDR
pub fn ceataend(&self) -> CEATAENDR
Bit 23 - CE-ATA command completion signal received for CMD61
Sourcepub fn rxfifohf(&self) -> RXFIFOHFR
pub fn rxfifohf(&self) -> RXFIFOHFR
Bit 15 - Receive FIFO half full: there are at least 8 words in the FIFO
Sourcepub fn txfifohe(&self) -> TXFIFOHER
pub fn txfifohe(&self) -> TXFIFOHER
Bit 14 - Transmit FIFO half empty: at least 8 words can be written into the FIFO
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