[][src]Struct stm32l1xx_hal::stm32::sdio::mask::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

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

Writes raw bits to the register

pub fn ceataendie(&mut self) -> _CEATAENDIEW[src]

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

pub fn sdioitie(&mut self) -> _SDIOITIEW[src]

Bit 22 - SDIO mode interrupt received interrupt enable

pub fn rxdavlie(&mut self) -> _RXDAVLIEW[src]

Bit 21 - Data available in Rx FIFO interrupt enable

pub fn txdavlie(&mut self) -> _TXDAVLIEW[src]

Bit 20 - Data available in Tx FIFO interrupt enable

pub fn rxfifoeie(&mut self) -> _RXFIFOEIEW[src]

Bit 19 - Rx FIFO empty interrupt enable

pub fn txfifoeie(&mut self) -> _TXFIFOEIEW[src]

Bit 18 - Tx FIFO empty interrupt enable

pub fn rxfifofie(&mut self) -> _RXFIFOFIEW[src]

Bit 17 - Rx FIFO full interrupt enable

pub fn txfifofie(&mut self) -> _TXFIFOFIEW[src]

Bit 16 - Tx FIFO full interrupt enable

pub fn rxfifohfie(&mut self) -> _RXFIFOHFIEW[src]

Bit 15 - Rx FIFO half full interrupt enable

pub fn txfifoheie(&mut self) -> _TXFIFOHEIEW[src]

Bit 14 - Tx FIFO half empty interrupt enable

pub fn rxactie(&mut self) -> _RXACTIEW[src]

Bit 13 - Data receive acting interrupt enable

pub fn txactie(&mut self) -> _TXACTIEW[src]

Bit 12 - Data transmit acting interrupt enable

pub fn cmdactie(&mut self) -> _CMDACTIEW[src]

Bit 11 - Command acting interrupt enable

pub fn dbckendie(&mut self) -> _DBCKENDIEW[src]

Bit 10 - Data block end interrupt enable

pub fn stbiterrie(&mut self) -> _STBITERRIEW[src]

Bit 9 - Start bit error interrupt enable

pub fn dataendie(&mut self) -> _DATAENDIEW[src]

Bit 8 - Data end interrupt enable

pub fn cmdsentie(&mut self) -> _CMDSENTIEW[src]

Bit 7 - Command sent interrupt enable

pub fn cmdrendie(&mut self) -> _CMDRENDIEW[src]

Bit 6 - Command response received interrupt enable

pub fn rxoverrie(&mut self) -> _RXOVERRIEW[src]

Bit 5 - Rx FIFO overrun error interrupt enable

pub fn txunderrie(&mut self) -> _TXUNDERRIEW[src]

Bit 4 - Tx FIFO underrun error interrupt enable

pub fn dtimeoutie(&mut self) -> _DTIMEOUTIEW[src]

Bit 3 - Data timeout interrupt enable

pub fn ctimeoutie(&mut self) -> _CTIMEOUTIEW[src]

Bit 2 - Command timeout interrupt enable

pub fn dcrcfailie(&mut self) -> _DCRCFAILIEW[src]

Bit 1 - Data CRC fail interrupt enable

pub fn ccrcfailie(&mut self) -> _CCRCFAILIEW[src]

Bit 0 - Command CRC fail interrupt enable

Auto Trait Implementations

impl Unpin for W

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From<T> for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T, U> TryInto<U> 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<T> for T where
    T: ?Sized
[src]

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

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