pub enum CHTIF7_AW {
CLEAR = 1,
}
Expand description
Channel x half transfer clear (x = 1 ..7)
Value on reset: 0
Variants§
CLEAR = 1
1: Clears the HTIF flag in the ISR register
Trait Implementations§
impl Copy for CHTIF7_AW
impl StructuralPartialEq for CHTIF7_AW
Auto Trait Implementations§
impl Freeze for CHTIF7_AW
impl RefUnwindSafe for CHTIF7_AW
impl Send for CHTIF7_AW
impl Sync for CHTIF7_AW
impl Unpin for CHTIF7_AW
impl UnwindSafe for CHTIF7_AW
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