Enum Epie
pub enum Epie {
_0 = 0,
_1 = 1,
}Expand description
End Packet Interrupt Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Epie
impl Eq for Epie
impl StructuralPartialEq for Epie
Auto Trait Implementations§
impl Freeze for Epie
impl RefUnwindSafe for Epie
impl Send for Epie
impl Sync for Epie
impl Unpin for Epie
impl UnwindSafe for Epie
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