#[repr(u8)]pub enum POSSEL_A {
CH0 = 0,
CH1 = 1,
CH2 = 2,
CH3 = 3,
CH4 = 4,
CH5 = 5,
CH6 = 6,
CH7 = 7,
}
Expand description
Positive Input Select
Value on reset: 0
Variants§
CH0 = 0
0: Channel 0 as positive input.
CH1 = 1
1: Channel 1 as positive input.
CH2 = 2
2: Channel 2 as positive input.
CH3 = 3
3: Channel 3 as positive input.
CH4 = 4
4: Channel 4 as positive input.
CH5 = 5
5: Channel 5 as positive input.
CH6 = 6
6: Channel 6 as positive input.
CH7 = 7
7: Channel 7 as positive input.
Trait Implementations§
impl Copy for POSSEL_A
impl StructuralPartialEq for POSSEL_A
Auto Trait Implementations§
impl Freeze for POSSEL_A
impl RefUnwindSafe for POSSEL_A
impl Send for POSSEL_A
impl Sync for POSSEL_A
impl Unpin for POSSEL_A
impl UnwindSafe for POSSEL_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