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