pub enum TCIF0 {
NotComplete = 0,
Complete = 1,
}
Expand description
Stream x transfer complete interrupt flag (x = 3..0)
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 TCIF0
impl Eq for TCIF0
impl StructuralPartialEq for TCIF0
Auto Trait Implementations§
impl Freeze for TCIF0
impl RefUnwindSafe for TCIF0
impl Send for TCIF0
impl Sync for TCIF0
impl Unpin for TCIF0
impl UnwindSafe for TCIF0
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