pub struct R(_);Expand description
Register IFCR reader
Implementations
sourceimpl R
impl R
sourcepub fn cteif(&self) -> BitReaderRaw<CTEIF_A>
pub fn cteif(&self) -> BitReaderRaw<CTEIF_A>
Bit 0 - Clear Transfer error interrupt flag Programming this bit to 1 clears the TEIF flag in the DMA2D_ISR register
sourcepub fn ctcif(&self) -> BitReaderRaw<CTCIF_A>
pub fn ctcif(&self) -> BitReaderRaw<CTCIF_A>
Bit 1 - Clear transfer complete interrupt flag Programming this bit to 1 clears the TCIF flag in the DMA2D_ISR register
sourcepub fn ctwif(&self) -> BitReaderRaw<CTWIF_A>
pub fn ctwif(&self) -> BitReaderRaw<CTWIF_A>
Bit 2 - Clear transfer watermark interrupt flag Programming this bit to 1 clears the TWIF flag in the DMA2D_ISR register
sourcepub fn caecif(&self) -> BitReaderRaw<CAECIF_A>
pub fn caecif(&self) -> BitReaderRaw<CAECIF_A>
Bit 3 - Clear CLUT access error interrupt flag Programming this bit to 1 clears the CAEIF flag in the DMA2D_ISR register
Methods from Deref<Target = R<IFCR_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
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more