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