Enum Aien
pub enum Aien {
_0 = 0,
_1 = 1,
}Expand description
Interrupt Enable
Value on reset: 0
Variants§
_0 = 0
0: Conversion complete interrupt is disabled.
_1 = 1
1: Conversion complete interrupt is enabled.
Trait Implementations§
impl Copy for Aien
impl Eq for Aien
impl StructuralPartialEq for Aien
Auto Trait Implementations§
impl Freeze for Aien
impl RefUnwindSafe for Aien
impl Send for Aien
impl Sync for Aien
impl Unpin for Aien
impl UnwindSafe for Aien
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