pub enum HTIF1 {
NotHalf = 0,
Half = 1,
}
Expand description
Channel %s Half Transfer Complete flag
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for HTIF1
impl Eq for HTIF1
impl StructuralPartialEq for HTIF1
Auto Trait Implementations§
impl Freeze for HTIF1
impl RefUnwindSafe for HTIF1
impl Send for HTIF1
impl Sync for HTIF1
impl Unpin for HTIF1
impl UnwindSafe for HTIF1
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