[][src]Struct stm32l4xx_hal::stm32::sdmmc::mask::R

pub struct R { /* fields omitted */ }

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

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self