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