pub enum CCRDYIE {
Disabled = 0,
Enabled = 1,
}
Expand description
Channel Configuration Ready Interrupt enable This bit is set and cleared by software to enable/disable the channel configuration ready 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: Channel configuration ready interrupt disabled
Enabled = 1
1: Channel configuration ready interrupt enabled
Trait Implementations§
impl Copy for CCRDYIE
impl Eq for CCRDYIE
impl StructuralPartialEq for CCRDYIE
Auto Trait Implementations§
impl Freeze for CCRDYIE
impl RefUnwindSafe for CCRDYIE
impl Send for CCRDYIE
impl Sync for CCRDYIE
impl Unpin for CCRDYIE
impl UnwindSafe for CCRDYIE
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