[]Struct nucleo_f401re::stm32::sdio::mask::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R

pub fn bits(&self) -> u32

Value of the register as raw bits

pub fn ceataendie(&self) -> CEATAENDIER

Bit 23 - CE-ATA command completion signal received interrupt enable

pub fn sdioitie(&self) -> SDIOITIER

Bit 22 - SDIO mode interrupt received interrupt enable

pub fn rxdavlie(&self) -> RXDAVLIER

Bit 21 - Data available in Rx FIFO interrupt enable

pub fn txdavlie(&self) -> TXDAVLIER

Bit 20 - Data available in Tx FIFO interrupt enable

pub fn rxfifoeie(&self) -> RXFIFOEIER

Bit 19 - Rx FIFO empty interrupt enable

pub fn txfifoeie(&self) -> TXFIFOEIER

Bit 18 - Tx FIFO empty interrupt enable

pub fn rxfifofie(&self) -> RXFIFOFIER

Bit 17 - Rx FIFO full interrupt enable

pub fn txfifofie(&self) -> TXFIFOFIER

Bit 16 - Tx FIFO full interrupt enable

pub fn rxfifohfie(&self) -> RXFIFOHFIER

Bit 15 - Rx FIFO half full interrupt enable

pub fn txfifoheie(&self) -> TXFIFOHEIER

Bit 14 - Tx FIFO half empty interrupt enable

pub fn rxactie(&self) -> RXACTIER

Bit 13 - Data receive acting interrupt enable

pub fn txactie(&self) -> TXACTIER

Bit 12 - Data transmit acting interrupt enable

pub fn cmdactie(&self) -> CMDACTIER

Bit 11 - Command acting interrupt enable

pub fn dbckendie(&self) -> DBCKENDIER

Bit 10 - Data block end interrupt enable

pub fn stbiterrie(&self) -> STBITERRIER

Bit 9 - Start bit error interrupt enable

pub fn dataendie(&self) -> DATAENDIER

Bit 8 - Data end interrupt enable

pub fn cmdsentie(&self) -> CMDSENTIER

Bit 7 - Command sent interrupt enable

pub fn cmdrendie(&self) -> CMDRENDIER

Bit 6 - Command response received interrupt enable

pub fn rxoverrie(&self) -> RXOVERRIER

Bit 5 - Rx FIFO overrun error interrupt enable

pub fn txunderrie(&self) -> TXUNDERRIER

Bit 4 - Tx FIFO underrun error interrupt enable

pub fn dtimeoutie(&self) -> DTIMEOUTIER

Bit 3 - Data timeout interrupt enable

pub fn ctimeoutie(&self) -> CTIMEOUTIER

Bit 2 - Command timeout interrupt enable

pub fn dcrcfailie(&self) -> DCRCFAILIER

Bit 1 - Data CRC fail interrupt enable

pub fn ccrcfailie(&self) -> CCRCFAILIER

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 = Infallible

The type returned in the event of a conversion error.

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

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

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

The type returned in the event of a conversion error.

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