[−][src]Struct stm32f4xx_hal::stm32::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 ceataendie(&self) -> CEATAENDIER[src]
Bit 23 - CE-ATA command completion signal received interrupt enable
pub fn sdioitie(&self) -> SDIOITIER[src]
Bit 22 - SDIO mode interrupt received interrupt enable
pub fn rxdavlie(&self) -> RXDAVLIER[src]
Bit 21 - Data available in Rx FIFO interrupt enable
pub fn txdavlie(&self) -> TXDAVLIER[src]
Bit 20 - Data available in Tx FIFO interrupt enable
pub fn rxfifoeie(&self) -> RXFIFOEIER[src]
Bit 19 - Rx FIFO empty interrupt enable
pub fn txfifoeie(&self) -> TXFIFOEIER[src]
Bit 18 - Tx FIFO empty interrupt enable
pub fn rxfifofie(&self) -> RXFIFOFIER[src]
Bit 17 - Rx FIFO full interrupt enable
pub fn txfifofie(&self) -> TXFIFOFIER[src]
Bit 16 - Tx FIFO full interrupt enable
pub fn rxfifohfie(&self) -> RXFIFOHFIER[src]
Bit 15 - Rx FIFO half full interrupt enable
pub fn txfifoheie(&self) -> TXFIFOHEIER[src]
Bit 14 - Tx FIFO half empty interrupt enable
pub fn rxactie(&self) -> RXACTIER[src]
Bit 13 - Data receive acting interrupt enable
pub fn txactie(&self) -> TXACTIER[src]
Bit 12 - Data transmit acting interrupt enable
pub fn cmdactie(&self) -> CMDACTIER[src]
Bit 11 - Command acting interrupt enable
pub fn dbckendie(&self) -> DBCKENDIER[src]
Bit 10 - Data block end interrupt enable
pub fn stbiterrie(&self) -> STBITERRIER[src]
Bit 9 - Start bit error interrupt enable
pub fn dataendie(&self) -> DATAENDIER[src]
Bit 8 - Data end interrupt enable
pub fn cmdsentie(&self) -> CMDSENTIER[src]
Bit 7 - Command sent interrupt enable
pub fn cmdrendie(&self) -> CMDRENDIER[src]
Bit 6 - Command response received interrupt enable
pub fn rxoverrie(&self) -> RXOVERRIER[src]
Bit 5 - Rx FIFO overrun error interrupt enable
pub fn txunderrie(&self) -> TXUNDERRIER[src]
Bit 4 - Tx FIFO underrun error interrupt enable
pub fn dtimeoutie(&self) -> DTIMEOUTIER[src]
Bit 3 - Data timeout interrupt enable
pub fn ctimeoutie(&self) -> CTIMEOUTIER[src]
Bit 2 - Command timeout interrupt enable
pub fn dcrcfailie(&self) -> DCRCFAILIER[src]
Bit 1 - Data CRC fail interrupt enable
pub fn ccrcfailie(&self) -> CCRCFAILIER[src]
Bit 0 - Command CRC fail interrupt enable
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> 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> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryInto<U> 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> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> 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,
impl<T> Same<T> for T
type Output = T
Should always be Self