pub enum CTCIF_A {
Clear = 1,
}
Expand description
Clear transfer complete interrupt flag Programming this bit to 1 clears the TCIF flag in the DMA2D_ISR register
Value on reset: 0
Variants§
Clear = 1
1: Clear the TCIF flag in the ISR register
Trait Implementations§
impl Copy for CTCIF_A
impl StructuralPartialEq for CTCIF_A
Auto Trait Implementations§
impl Freeze for CTCIF_A
impl RefUnwindSafe for CTCIF_A
impl Send for CTCIF_A
impl Sync for CTCIF_A
impl Unpin for CTCIF_A
impl UnwindSafe for CTCIF_A
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