pub enum CTCIF1 {
Clear = 1,
}
Expand description
Channel %s Transfer Complete clear
Value on reset: 0
Variants§
Clear = 1
1: Clears the TCIF flag in the ISR register
Trait Implementations§
impl Copy for CTCIF1
impl Eq for CTCIF1
impl StructuralPartialEq for CTCIF1
Auto Trait Implementations§
impl Freeze for CTCIF1
impl RefUnwindSafe for CTCIF1
impl Send for CTCIF1
impl Sync for CTCIF1
impl Unpin for CTCIF1
impl UnwindSafe for CTCIF1
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