pub enum CEEN_A {
_0 = 0,
_1 = 1,
}Expand description
Conversion End Interrupt Enable
Value on reset: 0
Variants§
_0 = 0
0: Disables conversion end interrupt requests.
_1 = 1
1: Enables conversion end interrupt requests.
Trait Implementations§
impl Copy for CEEN_A
impl Eq for CEEN_A
impl StructuralPartialEq for CEEN_A
Auto Trait Implementations§
impl Freeze for CEEN_A
impl RefUnwindSafe for CEEN_A
impl Send for CEEN_A
impl Sync for CEEN_A
impl Unpin for CEEN_A
impl UnwindSafe for CEEN_A
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