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