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