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