Struct R

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

Value read from the register

Implementations§

Source§

impl R

Source

pub fn bits(&self) -> u32

Value of the register as raw bits

Source

pub fn ceataendie(&self) -> CEATAENDIER

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

Source

pub fn sdioitie(&self) -> SDIOITIER

Bit 22 - SDIO mode interrupt received interrupt enable

Source

pub fn rxdavlie(&self) -> RXDAVLIER

Bit 21 - Data available in Rx FIFO interrupt enable

Source

pub fn txdavlie(&self) -> TXDAVLIER

Bit 20 - Data available in Tx FIFO interrupt enable

Source

pub fn rxfifoeie(&self) -> RXFIFOEIER

Bit 19 - Rx FIFO empty interrupt enable

Source

pub fn txfifoeie(&self) -> TXFIFOEIER

Bit 18 - Tx FIFO empty interrupt enable

Source

pub fn rxfifofie(&self) -> RXFIFOFIER

Bit 17 - Rx FIFO full interrupt enable

Source

pub fn txfifofie(&self) -> TXFIFOFIER

Bit 16 - Tx FIFO full interrupt enable

Source

pub fn rxfifohfie(&self) -> RXFIFOHFIER

Bit 15 - Rx FIFO half full interrupt enable

Source

pub fn txfifoheie(&self) -> TXFIFOHEIER

Bit 14 - Tx FIFO half empty interrupt enable

Source

pub fn rxactie(&self) -> RXACTIER

Bit 13 - Data receive acting interrupt enable

Source

pub fn txactie(&self) -> TXACTIER

Bit 12 - Data transmit acting interrupt enable

Source

pub fn cmdactie(&self) -> CMDACTIER

Bit 11 - Command acting interrupt enable

Source

pub fn dbckendie(&self) -> DBCKENDIER

Bit 10 - Data block end interrupt enable

Source

pub fn stbiterrie(&self) -> STBITERRIER

Bit 9 - Start bit error interrupt enable

Source

pub fn dataendie(&self) -> DATAENDIER

Bit 8 - Data end interrupt enable

Source

pub fn cmdsentie(&self) -> CMDSENTIER

Bit 7 - Command sent interrupt enable

Source

pub fn cmdrendie(&self) -> CMDRENDIER

Bit 6 - Command response received interrupt enable

Source

pub fn rxoverrie(&self) -> RXOVERRIER

Bit 5 - Rx FIFO overrun error interrupt enable

Source

pub fn txunderrie(&self) -> TXUNDERRIER

Bit 4 - Tx FIFO underrun error interrupt enable

Source

pub fn dtimeoutie(&self) -> DTIMEOUTIER

Bit 3 - Data timeout interrupt enable

Source

pub fn ctimeoutie(&self) -> CTIMEOUTIER

Bit 2 - Command timeout interrupt enable

Source

pub fn dcrcfailie(&self) -> DCRCFAILIER

Bit 1 - Data CRC fail interrupt enable

Source

pub fn ccrcfailie(&self) -> CCRCFAILIER

Bit 0 - Command CRC fail interrupt enable

Auto Trait Implementations§

§

impl Freeze for R

§

impl RefUnwindSafe for R

§

impl Send for R

§

impl Sync for R

§

impl Unpin for R

§

impl UnwindSafe for R

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, 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.