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