pub enum EOCALIE {
Disabled = 0,
Enabled = 1,
}
Expand description
End of calibration interrupt enable This bit is set and cleared by software to enable/disable the end of calibration interrupt. Note: The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).
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