pub struct R(_);Expand description
Register MASKR reader
Implementations
sourceimpl R
impl R
sourcepub fn ccrcfailie(&self) -> BitReaderRaw<bool>
pub fn ccrcfailie(&self) -> BitReaderRaw<bool>
Bit 0 - Command CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by command CRC failure.
sourcepub fn dcrcfailie(&self) -> BitReaderRaw<bool>
pub fn dcrcfailie(&self) -> BitReaderRaw<bool>
Bit 1 - Data CRC fail interrupt enable Set and cleared by software to enable/disable interrupt caused by data CRC failure.
sourcepub fn ctimeoutie(&self) -> BitReaderRaw<bool>
pub fn ctimeoutie(&self) -> BitReaderRaw<bool>
Bit 2 - Command timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by command timeout.
sourcepub fn dtimeoutie(&self) -> BitReaderRaw<bool>
pub fn dtimeoutie(&self) -> BitReaderRaw<bool>
Bit 3 - Data timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by data timeout.
sourcepub fn txunderrie(&self) -> BitReaderRaw<bool>
pub fn txunderrie(&self) -> BitReaderRaw<bool>
Bit 4 - Tx FIFO underrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO underrun error.
sourcepub fn rxoverrie(&self) -> BitReaderRaw<bool>
pub fn rxoverrie(&self) -> BitReaderRaw<bool>
Bit 5 - Rx FIFO overrun error interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO overrun error.
sourcepub fn cmdrendie(&self) -> BitReaderRaw<bool>
pub fn cmdrendie(&self) -> BitReaderRaw<bool>
Bit 6 - Command response received interrupt enable Set and cleared by software to enable/disable interrupt caused by receiving command response.
sourcepub fn cmdsentie(&self) -> BitReaderRaw<bool>
pub fn cmdsentie(&self) -> BitReaderRaw<bool>
Bit 7 - Command sent interrupt enable Set and cleared by software to enable/disable interrupt caused by sending command.
sourcepub fn dataendie(&self) -> BitReaderRaw<bool>
pub fn dataendie(&self) -> BitReaderRaw<bool>
Bit 8 - Data end interrupt enable Set and cleared by software to enable/disable interrupt caused by data end.
sourcepub fn dholdie(&self) -> BitReaderRaw<bool>
pub fn dholdie(&self) -> BitReaderRaw<bool>
Bit 9 - Data hold interrupt enable Set and cleared by software to enable/disable the interrupt generated when sending new data is hold in the DPSM Wait_S state.
sourcepub fn dbckendie(&self) -> BitReaderRaw<bool>
pub fn dbckendie(&self) -> BitReaderRaw<bool>
Bit 10 - Data block end interrupt enable Set and cleared by software to enable/disable interrupt caused by data block end.
sourcepub fn dabortie(&self) -> BitReaderRaw<bool>
pub fn dabortie(&self) -> BitReaderRaw<bool>
Bit 11 - Data transfer aborted interrupt enable Set and cleared by software to enable/disable interrupt caused by a data transfer being aborted.
sourcepub fn txfifoheie(&self) -> BitReaderRaw<bool>
pub fn txfifoheie(&self) -> BitReaderRaw<bool>
Bit 14 - Tx FIFO half empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO half empty.
sourcepub fn rxfifohfie(&self) -> BitReaderRaw<bool>
pub fn rxfifohfie(&self) -> BitReaderRaw<bool>
Bit 15 - Rx FIFO half full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO half full.
sourcepub fn rxfifofie(&self) -> BitReaderRaw<bool>
pub fn rxfifofie(&self) -> BitReaderRaw<bool>
Bit 17 - Rx FIFO full interrupt enable Set and cleared by software to enable/disable interrupt caused by Rx FIFO full.
sourcepub fn txfifoeie(&self) -> BitReaderRaw<bool>
pub fn txfifoeie(&self) -> BitReaderRaw<bool>
Bit 18 - Tx FIFO empty interrupt enable Set and cleared by software to enable/disable interrupt caused by Tx FIFO empty.
sourcepub fn busyd0endie(&self) -> BitReaderRaw<bool>
pub fn busyd0endie(&self) -> BitReaderRaw<bool>
Bit 21 - BUSYD0END interrupt enable Set and cleared by software to enable/disable the interrupt generated when SDMMC_D0 signal changes from busy to NOT busy following a CMD response.
sourcepub fn sdioitie(&self) -> BitReaderRaw<bool>
pub fn sdioitie(&self) -> BitReaderRaw<bool>
Bit 22 - SDIO mode interrupt received interrupt enable Set and cleared by software to enable/disable the interrupt generated when receiving the SDIO mode interrupt.
sourcepub fn ackfailie(&self) -> BitReaderRaw<bool>
pub fn ackfailie(&self) -> BitReaderRaw<bool>
Bit 23 - Acknowledgment Fail interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment Fail.
sourcepub fn acktimeoutie(&self) -> BitReaderRaw<bool>
pub fn acktimeoutie(&self) -> BitReaderRaw<bool>
Bit 24 - Acknowledgment timeout interrupt enable Set and cleared by software to enable/disable interrupt caused by acknowledgment timeout.
sourcepub fn vswendie(&self) -> BitReaderRaw<bool>
pub fn vswendie(&self) -> BitReaderRaw<bool>
Bit 25 - Voltage switch critical timing section completion interrupt enable Set and cleared by software to enable/disable the interrupt generated when voltage switch critical timing section completion.
Methods from Deref<Target = R<MASKR_SPEC>>
sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.