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