Struct W

Source
pub struct W { /* private fields */ }
Expand description

Value to write to the register

Implementations§

Source§

impl W

Source

pub fn reset_value() -> W

Reset value of the register

Source

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

Writes raw bits to the register

Source

pub fn ceataendie(&mut self) -> _CEATAENDIEW<'_>

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

Source

pub fn sdioitie(&mut self) -> _SDIOITIEW<'_>

Bit 22 - SDIO mode interrupt received interrupt enable

Source

pub fn rxdavlie(&mut self) -> _RXDAVLIEW<'_>

Bit 21 - Data available in Rx FIFO interrupt enable

Source

pub fn txdavlie(&mut self) -> _TXDAVLIEW<'_>

Bit 20 - Data available in Tx FIFO interrupt enable

Source

pub fn rxfifoeie(&mut self) -> _RXFIFOEIEW<'_>

Bit 19 - Rx FIFO empty interrupt enable

Source

pub fn txfifoeie(&mut self) -> _TXFIFOEIEW<'_>

Bit 18 - Tx FIFO empty interrupt enable

Source

pub fn rxfifofie(&mut self) -> _RXFIFOFIEW<'_>

Bit 17 - Rx FIFO full interrupt enable

Source

pub fn txfifofie(&mut self) -> _TXFIFOFIEW<'_>

Bit 16 - Tx FIFO full interrupt enable

Source

pub fn rxfifohfie(&mut self) -> _RXFIFOHFIEW<'_>

Bit 15 - Rx FIFO half full interrupt enable

Source

pub fn txfifoheie(&mut self) -> _TXFIFOHEIEW<'_>

Bit 14 - Tx FIFO half empty interrupt enable

Source

pub fn rxactie(&mut self) -> _RXACTIEW<'_>

Bit 13 - Data receive acting interrupt enable

Source

pub fn txactie(&mut self) -> _TXACTIEW<'_>

Bit 12 - Data transmit acting interrupt enable

Source

pub fn cmdactie(&mut self) -> _CMDACTIEW<'_>

Bit 11 - Command acting interrupt enable

Source

pub fn dbckendie(&mut self) -> _DBCKENDIEW<'_>

Bit 10 - Data block end interrupt enable

Source

pub fn stbiterrie(&mut self) -> _STBITERRIEW<'_>

Bit 9 - Start bit error interrupt enable

Source

pub fn dataendie(&mut self) -> _DATAENDIEW<'_>

Bit 8 - Data end interrupt enable

Source

pub fn cmdsentie(&mut self) -> _CMDSENTIEW<'_>

Bit 7 - Command sent interrupt enable

Source

pub fn cmdrendie(&mut self) -> _CMDRENDIEW<'_>

Bit 6 - Command response received interrupt enable

Source

pub fn rxoverrie(&mut self) -> _RXOVERRIEW<'_>

Bit 5 - Rx FIFO overrun error interrupt enable

Source

pub fn txunderrie(&mut self) -> _TXUNDERRIEW<'_>

Bit 4 - Tx FIFO underrun error interrupt enable

Source

pub fn dtimeoutie(&mut self) -> _DTIMEOUTIEW<'_>

Bit 3 - Data timeout interrupt enable

Source

pub fn ctimeoutie(&mut self) -> _CTIMEOUTIEW<'_>

Bit 2 - Command timeout interrupt enable

Source

pub fn dcrcfailie(&mut self) -> _DCRCFAILIEW<'_>

Bit 1 - Data CRC fail interrupt enable

Source

pub fn ccrcfailie(&mut self) -> _CCRCFAILIEW<'_>

Bit 0 - Command CRC fail interrupt enable

Auto Trait Implementations§

§

impl Freeze for W

§

impl RefUnwindSafe for W

§

impl Send for W

§

impl Sync for W

§

impl Unpin for W

§

impl UnwindSafe for W

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

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

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.