[−][src]Struct stm32l4x6::sdmmc::sta::R
Value read from the register
Methods
impl R
[src]
impl R
pub fn bits(&self) -> u32
[src]
pub fn bits(&self) -> u32
Value of the register as raw bits
pub fn ceataend(&self) -> CEATAENDR
[src]
pub fn ceataend(&self) -> CEATAENDR
Bit 23 - CE-ATA command completion signal received for CMD61
pub fn sdioit(&self) -> SDIOITR
[src]
pub fn sdioit(&self) -> SDIOITR
Bit 22 - SDIO interrupt received
pub fn rxdavl(&self) -> RXDAVLR
[src]
pub fn rxdavl(&self) -> RXDAVLR
Bit 21 - Data available in receive FIFO
pub fn txdavl(&self) -> TXDAVLR
[src]
pub fn txdavl(&self) -> TXDAVLR
Bit 20 - Data available in transmit FIFO
pub fn rxfifoe(&self) -> RXFIFOER
[src]
pub fn rxfifoe(&self) -> RXFIFOER
Bit 19 - Receive FIFO empty
pub fn txfifoe(&self) -> TXFIFOER
[src]
pub fn txfifoe(&self) -> TXFIFOER
Bit 18 - Transmit FIFO empty
pub fn rxfifof(&self) -> RXFIFOFR
[src]
pub fn rxfifof(&self) -> RXFIFOFR
Bit 17 - Receive FIFO full
pub fn txfifof(&self) -> TXFIFOFR
[src]
pub fn txfifof(&self) -> TXFIFOFR
Bit 16 - Transmit FIFO full
pub fn rxfifohf(&self) -> RXFIFOHFR
[src]
pub fn rxfifohf(&self) -> RXFIFOHFR
Bit 15 - Receive FIFO half full: there are at least 8 words in the FIFO
pub fn txfifohe(&self) -> TXFIFOHER
[src]
pub fn txfifohe(&self) -> TXFIFOHER
Bit 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) -> RXACTR
Bit 13 - Data receive in progress
pub fn txact(&self) -> TXACTR
[src]
pub fn txact(&self) -> TXACTR
Bit 12 - Data transmit in progress
pub fn cmdact(&self) -> CMDACTR
[src]
pub fn cmdact(&self) -> CMDACTR
Bit 11 - Command transfer in progress
pub fn dbckend(&self) -> DBCKENDR
[src]
pub fn dbckend(&self) -> DBCKENDR
Bit 10 - Data block sent/received (CRC check passed)
pub fn stbiterr(&self) -> STBITERRR
[src]
pub fn stbiterr(&self) -> STBITERRR
Bit 9 - Start bit not detected on all data signals in wide bus mode
pub fn dataend(&self) -> DATAENDR
[src]
pub fn dataend(&self) -> DATAENDR
Bit 8 - Data end (data counter, SDIDCOUNT, is zero)
pub fn cmdsent(&self) -> CMDSENTR
[src]
pub fn cmdsent(&self) -> CMDSENTR
Bit 7 - Command sent (no response required)
pub fn cmdrend(&self) -> CMDRENDR
[src]
pub fn cmdrend(&self) -> CMDRENDR
Bit 6 - Command response received (CRC check passed)
pub fn rxoverr(&self) -> RXOVERRR
[src]
pub fn rxoverr(&self) -> RXOVERRR
Bit 5 - Received FIFO overrun error
pub fn txunderr(&self) -> TXUNDERRR
[src]
pub fn txunderr(&self) -> TXUNDERRR
Bit 4 - Transmit FIFO underrun error
pub fn dtimeout(&self) -> DTIMEOUTR
[src]
pub fn dtimeout(&self) -> DTIMEOUTR
Bit 3 - Data timeout
pub fn ctimeout(&self) -> CTIMEOUTR
[src]
pub fn ctimeout(&self) -> CTIMEOUTR
Bit 2 - Command response timeout
pub fn dcrcfail(&self) -> DCRCFAILR
[src]
pub fn dcrcfail(&self) -> DCRCFAILR
Bit 1 - Data block sent/received (CRC check failed)
pub fn ccrcfail(&self) -> CCRCFAILR
[src]
pub fn ccrcfail(&self) -> CCRCFAILR
Bit 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 T
impl<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 T
Mutably 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