#[repr(u8)]
pub enum POSSEL_A {
CH0,
CH1,
CH2,
CH3,
CH4,
CH5,
CH6,
CH7,
}
Expand description
Positive Input Select
Value on reset: 0
Variants
CH0
0: Channel 0 as positive input.
CH1
1: Channel 1 as positive input.
CH2
2: Channel 2 as positive input.
CH3
3: Channel 3 as positive input.
CH4
4: Channel 4 as positive input.
CH5
5: Channel 5 as positive input.
CH6
6: Channel 6 as positive input.
CH7
7: Channel 7 as positive input.
Trait Implementations
impl Copy for POSSEL_A
impl StructuralPartialEq for POSSEL_A
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more