#[repr(u8)]pub enum CmdlAbsel {
ABSEL_0 = 0,
ABSEL_1 = 1,
}Variants§
ABSEL_0 = 0
When DIFF=0b0, the associated A-side channel is converted as single-ended. When DIFF=0b1, the ADC result is (CHnA-CHnB).
ABSEL_1 = 1
When DIFF=0b0, the associated B-side channel is converted as single-ended. When DIFF=0b1, the ADC result is (CHnB-CHnA).
Implementations§
Trait Implementations§
Source§impl Ord for CmdlAbsel
impl Ord for CmdlAbsel
Source§impl PartialOrd for CmdlAbsel
impl PartialOrd for CmdlAbsel
impl Copy for CmdlAbsel
impl Eq for CmdlAbsel
impl StructuralPartialEq for CmdlAbsel
Auto Trait Implementations§
impl Freeze for CmdlAbsel
impl RefUnwindSafe for CmdlAbsel
impl Send for CmdlAbsel
impl Sync for CmdlAbsel
impl Unpin for CmdlAbsel
impl UnwindSafe for CmdlAbsel
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