[−][src]Struct stm32f103xx::sdio::mask::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 ccrcfailie(&self) -> CCRCFAILIER
[src]
Bit 0 - CCRCFAILIE
pub fn dcrcfailie(&self) -> DCRCFAILIER
[src]
Bit 1 - DCRCFAILIE
pub fn ctimeoutie(&self) -> CTIMEOUTIER
[src]
Bit 2 - CTIMEOUTIE
pub fn dtimeoutie(&self) -> DTIMEOUTIER
[src]
Bit 3 - DTIMEOUTIE
pub fn txunderrie(&self) -> TXUNDERRIER
[src]
Bit 4 - TXUNDERRIE
pub fn rxoverrie(&self) -> RXOVERRIER
[src]
Bit 5 - RXOVERRIE
pub fn cmdrendie(&self) -> CMDRENDIER
[src]
Bit 6 - CMDRENDIE
pub fn cmdsentie(&self) -> CMDSENTIER
[src]
Bit 7 - CMDSENTIE
pub fn dataendie(&self) -> DATAENDIER
[src]
Bit 8 - DATAENDIE
pub fn stbiterrie(&self) -> STBITERRIER
[src]
Bit 9 - STBITERRIE
pub fn dbackendie(&self) -> DBACKENDIER
[src]
Bit 10 - DBACKENDIE
pub fn cmdactie(&self) -> CMDACTIER
[src]
Bit 11 - CMDACTIE
pub fn txactie(&self) -> TXACTIER
[src]
Bit 12 - TXACTIE
pub fn rxactie(&self) -> RXACTIER
[src]
Bit 13 - RXACTIE
pub fn txfifoheie(&self) -> TXFIFOHEIER
[src]
Bit 14 - TXFIFOHEIE
pub fn rxfifohfie(&self) -> RXFIFOHFIER
[src]
Bit 15 - RXFIFOHFIE
pub fn txfifofie(&self) -> TXFIFOFIER
[src]
Bit 16 - TXFIFOFIE
pub fn rxfifofie(&self) -> RXFIFOFIER
[src]
Bit 17 - RXFIFOFIE
pub fn txfifoeie(&self) -> TXFIFOEIER
[src]
Bit 18 - TXFIFOEIE
pub fn rxfifoeie(&self) -> RXFIFOEIER
[src]
Bit 19 - RXFIFOEIE
pub fn txdavlie(&self) -> TXDAVLIER
[src]
Bit 20 - TXDAVLIE
pub fn rxdavlie(&self) -> RXDAVLIER
[src]
Bit 21 - RXDAVLIE
pub fn sdioitie(&self) -> SDIOITIER
[src]
Bit 22 - SDIOITIE
pub fn ceatendie(&self) -> CEATENDIER
[src]
Bit 23 - CEATENDIE
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,