pub enum HTIE {
Disabled = 0,
Enabled = 1,
}
Expand description
Half transfer interrupt enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for HTIE
impl Eq for HTIE
impl StructuralPartialEq for HTIE
Auto Trait Implementations§
impl Freeze for HTIE
impl RefUnwindSafe for HTIE
impl Send for HTIE
impl Sync for HTIE
impl Unpin for HTIE
impl UnwindSafe for HTIE
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