[]Struct nucleo_f401re::sdio::mask::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W

pub fn reset_value() -> W

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W

Writes raw bits to the register

pub fn ceataendie(&mut self) -> _CEATAENDIEW

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

pub fn sdioitie(&mut self) -> _SDIOITIEW

Bit 22 - SDIO mode interrupt received interrupt enable

pub fn rxdavlie(&mut self) -> _RXDAVLIEW

Bit 21 - Data available in Rx FIFO interrupt enable

pub fn txdavlie(&mut self) -> _TXDAVLIEW

Bit 20 - Data available in Tx FIFO interrupt enable

pub fn rxfifoeie(&mut self) -> _RXFIFOEIEW

Bit 19 - Rx FIFO empty interrupt enable

pub fn txfifoeie(&mut self) -> _TXFIFOEIEW

Bit 18 - Tx FIFO empty interrupt enable

pub fn rxfifofie(&mut self) -> _RXFIFOFIEW

Bit 17 - Rx FIFO full interrupt enable

pub fn txfifofie(&mut self) -> _TXFIFOFIEW

Bit 16 - Tx FIFO full interrupt enable

pub fn rxfifohfie(&mut self) -> _RXFIFOHFIEW

Bit 15 - Rx FIFO half full interrupt enable

pub fn txfifoheie(&mut self) -> _TXFIFOHEIEW

Bit 14 - Tx FIFO half empty interrupt enable

pub fn rxactie(&mut self) -> _RXACTIEW

Bit 13 - Data receive acting interrupt enable

pub fn txactie(&mut self) -> _TXACTIEW

Bit 12 - Data transmit acting interrupt enable

pub fn cmdactie(&mut self) -> _CMDACTIEW

Bit 11 - Command acting interrupt enable

pub fn dbckendie(&mut self) -> _DBCKENDIEW

Bit 10 - Data block end interrupt enable

pub fn stbiterrie(&mut self) -> _STBITERRIEW

Bit 9 - Start bit error interrupt enable

pub fn dataendie(&mut self) -> _DATAENDIEW

Bit 8 - Data end interrupt enable

pub fn cmdsentie(&mut self) -> _CMDSENTIEW

Bit 7 - Command sent interrupt enable

pub fn cmdrendie(&mut self) -> _CMDRENDIEW

Bit 6 - Command response received interrupt enable

pub fn rxoverrie(&mut self) -> _RXOVERRIEW

Bit 5 - Rx FIFO overrun error interrupt enable

pub fn txunderrie(&mut self) -> _TXUNDERRIEW

Bit 4 - Tx FIFO underrun error interrupt enable

pub fn dtimeoutie(&mut self) -> _DTIMEOUTIEW

Bit 3 - Data timeout interrupt enable

pub fn ctimeoutie(&mut self) -> _CTIMEOUTIEW

Bit 2 - Command timeout interrupt enable

pub fn dcrcfailie(&mut self) -> _DCRCFAILIEW

Bit 1 - Data CRC fail interrupt enable

pub fn ccrcfailie(&mut self) -> _CCRCFAILIEW

Bit 0 - Command CRC fail interrupt enable

Auto Trait Implementations

impl Send for W

impl Sync for W

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