pub struct R(/* private fields */);Expand description
Register MASK reader
Implementations§
Source§impl R
impl R
Sourcepub fn sdioitie(&self) -> BitReaderRaw<bool>
pub fn sdioitie(&self) -> BitReaderRaw<bool>
Bit 22 - SDIO mode interrupt received interrupt enable
Sourcepub fn rxdavlie(&self) -> BitReaderRaw<bool>
pub fn rxdavlie(&self) -> BitReaderRaw<bool>
Bit 21 - Data available in Rx FIFO interrupt enable
Sourcepub fn txdavlie(&self) -> BitReaderRaw<bool>
pub fn txdavlie(&self) -> BitReaderRaw<bool>
Bit 20 - Data available in Tx FIFO interrupt enable
Sourcepub fn rxfifohfie(&self) -> BitReaderRaw<bool>
pub fn rxfifohfie(&self) -> BitReaderRaw<bool>
Bit 15 - Rx FIFO half full interrupt enable
Sourcepub fn txfifoheie(&self) -> BitReaderRaw<bool>
pub fn txfifoheie(&self) -> BitReaderRaw<bool>
Bit 14 - Tx FIFO half empty interrupt enable
Sourcepub fn cmdrendie(&self) -> BitReaderRaw<bool>
pub fn cmdrendie(&self) -> BitReaderRaw<bool>
Bit 6 - Command response received interrupt enable
Sourcepub fn txunderrie(&self) -> BitReaderRaw<bool>
pub fn txunderrie(&self) -> BitReaderRaw<bool>
Bit 4 - Tx FIFO underrun error interrupt enable
Sourcepub fn dtimeoutie(&self) -> BitReaderRaw<bool>
pub fn dtimeoutie(&self) -> BitReaderRaw<bool>
Bit 3 - Data timeout interrupt enable
Sourcepub fn ctimeoutie(&self) -> BitReaderRaw<bool>
pub fn ctimeoutie(&self) -> BitReaderRaw<bool>
Bit 2 - Command timeout interrupt enable
Sourcepub fn dcrcfailie(&self) -> BitReaderRaw<bool>
pub fn dcrcfailie(&self) -> BitReaderRaw<bool>
Bit 1 - Data CRC fail interrupt enable
Sourcepub fn ccrcfailie(&self) -> BitReaderRaw<bool>
pub fn ccrcfailie(&self) -> BitReaderRaw<bool>
Bit 0 - Command CRC fail interrupt enable
Methods from Deref<Target = R<MASK_SPEC>>§
Sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
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> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more