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