pub struct R(_);Expand description
Register ISR reader
Implementations§
source§impl R
impl R
sourcepub fn teif(&self) -> BitReaderRaw<bool>
pub fn teif(&self) -> BitReaderRaw<bool>
Bit 0 - Transfer error interrupt flag This bit is set when an error occurs during a DMA transfer (data transfer or automatic CLUT loading).
sourcepub fn tcif(&self) -> BitReaderRaw<bool>
pub fn tcif(&self) -> BitReaderRaw<bool>
Bit 1 - Transfer complete interrupt flag This bit is set when a DMA2D transfer operation is complete (data transfer only).
sourcepub fn twif(&self) -> BitReaderRaw<bool>
pub fn twif(&self) -> BitReaderRaw<bool>
Bit 2 - Transfer watermark interrupt flag This bit is set when the last pixel of the watermarked line has been transferred.
sourcepub fn caeif(&self) -> BitReaderRaw<bool>
pub fn caeif(&self) -> BitReaderRaw<bool>
Bit 3 - CLUT access error interrupt flag This bit is set when the CPU accesses the CLUT while the CLUT is being automatically copied from a system memory to the internal DMA2D.
Methods from Deref<Target = R<ISR_SPEC>>§
sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.