[−][src]Struct stm32f103xx::sdio::sta::R
Value read from the register
Methods
impl R
[src]
pub fn bits(&self) -> u32
[src]
Value of the register as raw bits
pub fn ccrcfail(&self) -> CCRCFAILR
[src]
Bit 0 - CCRCFAIL
pub fn dcrcfail(&self) -> DCRCFAILR
[src]
Bit 1 - DCRCFAIL
pub fn ctimeout(&self) -> CTIMEOUTR
[src]
Bit 2 - CTIMEOUT
pub fn dtimeout(&self) -> DTIMEOUTR
[src]
Bit 3 - DTIMEOUT
pub fn txunderr(&self) -> TXUNDERRR
[src]
Bit 4 - TXUNDERR
pub fn rxoverr(&self) -> RXOVERRR
[src]
Bit 5 - RXOVERR
pub fn cmdrend(&self) -> CMDRENDR
[src]
Bit 6 - CMDREND
pub fn cmdsent(&self) -> CMDSENTR
[src]
Bit 7 - CMDSENT
pub fn dataend(&self) -> DATAENDR
[src]
Bit 8 - DATAEND
pub fn stbiterr(&self) -> STBITERRR
[src]
Bit 9 - STBITERR
pub fn dbckend(&self) -> DBCKENDR
[src]
Bit 10 - DBCKEND
pub fn cmdact(&self) -> CMDACTR
[src]
Bit 11 - CMDACT
pub fn txact(&self) -> TXACTR
[src]
Bit 12 - TXACT
pub fn rxact(&self) -> RXACTR
[src]
Bit 13 - RXACT
pub fn txfifohe(&self) -> TXFIFOHER
[src]
Bit 14 - TXFIFOHE
pub fn rxfifohf(&self) -> RXFIFOHFR
[src]
Bit 15 - RXFIFOHF
pub fn txfifof(&self) -> TXFIFOFR
[src]
Bit 16 - TXFIFOF
pub fn rxfifof(&self) -> RXFIFOFR
[src]
Bit 17 - RXFIFOF
pub fn txfifoe(&self) -> TXFIFOER
[src]
Bit 18 - TXFIFOE
pub fn rxfifoe(&self) -> RXFIFOER
[src]
Bit 19 - RXFIFOE
pub fn txdavl(&self) -> TXDAVLR
[src]
Bit 20 - TXDAVL
pub fn rxdavl(&self) -> RXDAVLR
[src]
Bit 21 - RXDAVL
pub fn sdioit(&self) -> SDIOITR
[src]
Bit 22 - SDIOIT
pub fn ceataend(&self) -> CEATAENDR
[src]
Bit 23 - CEATAEND
Auto Trait Implementations
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,