pub enum TCIF7_A {
NotComplete = 0,
Complete = 1,
}
Expand description
Stream x transfer complete interrupt flag (x=7..4)
Value on reset: 0
Variants§
NotComplete = 0
0: No transfer complete event on stream x
Complete = 1
1: A transfer complete event occurred on stream x
Trait Implementations§
impl Copy for TCIF4_A
impl StructuralPartialEq for TCIF4_A
Auto Trait Implementations§
impl Freeze for TCIF4_A
impl RefUnwindSafe for TCIF4_A
impl Send for TCIF4_A
impl Sync for TCIF4_A
impl Unpin for TCIF4_A
impl UnwindSafe for TCIF4_A
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