[−][src]Struct stm32l4x6::sdmmc::sta::R
Value read from the register
Methods
impl R[src]
impl Rpub fn bits(&self) -> u32[src]
pub fn bits(&self) -> u32Value of the register as raw bits
pub fn ceataend(&self) -> CEATAENDR[src]
pub fn ceataend(&self) -> CEATAENDRBit 23 - CE-ATA command completion signal received for CMD61
pub fn sdioit(&self) -> SDIOITR[src]
pub fn sdioit(&self) -> SDIOITRBit 22 - SDIO interrupt received
pub fn rxdavl(&self) -> RXDAVLR[src]
pub fn rxdavl(&self) -> RXDAVLRBit 21 - Data available in receive FIFO
pub fn txdavl(&self) -> TXDAVLR[src]
pub fn txdavl(&self) -> TXDAVLRBit 20 - Data available in transmit FIFO
pub fn rxfifoe(&self) -> RXFIFOER[src]
pub fn rxfifoe(&self) -> RXFIFOERBit 19 - Receive FIFO empty
pub fn txfifoe(&self) -> TXFIFOER[src]
pub fn txfifoe(&self) -> TXFIFOERBit 18 - Transmit FIFO empty
pub fn rxfifof(&self) -> RXFIFOFR[src]
pub fn rxfifof(&self) -> RXFIFOFRBit 17 - Receive FIFO full
pub fn txfifof(&self) -> TXFIFOFR[src]
pub fn txfifof(&self) -> TXFIFOFRBit 16 - Transmit FIFO full
pub fn rxfifohf(&self) -> RXFIFOHFR[src]
pub fn rxfifohf(&self) -> RXFIFOHFRBit 15 - Receive FIFO half full: there are at least 8 words in the FIFO
pub fn txfifohe(&self) -> TXFIFOHER[src]
pub fn txfifohe(&self) -> TXFIFOHERBit 14 - Transmit FIFO half empty: at least 8 words can be written into the FIFO
pub fn rxact(&self) -> RXACTR[src]
pub fn rxact(&self) -> RXACTRBit 13 - Data receive in progress
pub fn txact(&self) -> TXACTR[src]
pub fn txact(&self) -> TXACTRBit 12 - Data transmit in progress
pub fn cmdact(&self) -> CMDACTR[src]
pub fn cmdact(&self) -> CMDACTRBit 11 - Command transfer in progress
pub fn dbckend(&self) -> DBCKENDR[src]
pub fn dbckend(&self) -> DBCKENDRBit 10 - Data block sent/received (CRC check passed)
pub fn stbiterr(&self) -> STBITERRR[src]
pub fn stbiterr(&self) -> STBITERRRBit 9 - Start bit not detected on all data signals in wide bus mode
pub fn dataend(&self) -> DATAENDR[src]
pub fn dataend(&self) -> DATAENDRBit 8 - Data end (data counter, SDIDCOUNT, is zero)
pub fn cmdsent(&self) -> CMDSENTR[src]
pub fn cmdsent(&self) -> CMDSENTRBit 7 - Command sent (no response required)
pub fn cmdrend(&self) -> CMDRENDR[src]
pub fn cmdrend(&self) -> CMDRENDRBit 6 - Command response received (CRC check passed)
pub fn rxoverr(&self) -> RXOVERRR[src]
pub fn rxoverr(&self) -> RXOVERRRBit 5 - Received FIFO overrun error
pub fn txunderr(&self) -> TXUNDERRR[src]
pub fn txunderr(&self) -> TXUNDERRRBit 4 - Transmit FIFO underrun error
pub fn dtimeout(&self) -> DTIMEOUTR[src]
pub fn dtimeout(&self) -> DTIMEOUTRBit 3 - Data timeout
pub fn ctimeout(&self) -> CTIMEOUTR[src]
pub fn ctimeout(&self) -> CTIMEOUTRBit 2 - Command response timeout
pub fn dcrcfail(&self) -> DCRCFAILR[src]
pub fn dcrcfail(&self) -> DCRCFAILRBit 1 - Data block sent/received (CRC check failed)
pub fn ccrcfail(&self) -> CCRCFAILR[src]
pub fn ccrcfail(&self) -> CCRCFAILRBit 0 - Command response received (CRC check failed)
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>try_from)Performs the conversion.
impl<T> From for T[src]
impl<T> From for Timpl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>try_from)Performs the conversion.
impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T[src]
fn borrow_mut(&mut self) -> &mut TMutably borrows from an owned value. Read more
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeId🔬 This is a nightly-only experimental API. (get_type_id)
this method will likely be replaced by an associated static
Gets the TypeId of self. Read more