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