pub enum HTIF0 {
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
impl Eq for HTIF0
impl StructuralPartialEq for HTIF0
Auto Trait Implementations§
impl Freeze for HTIF0
impl RefUnwindSafe for HTIF0
impl Send for HTIF0
impl Sync for HTIF0
impl Unpin for HTIF0
impl UnwindSafe for HTIF0
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