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