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