#[repr(u8)]pub enum Fxmxch {
Fxmxch0 = 0,
Fxmxch1 = 1,
Fxmxch2 = 2,
Fxmxch3 = 3,
Fxmxch4 = 4,
Fxmxch5 = 5,
Fxmxch7 = 7,
}Expand description
Fixed channel selection
Value on reset: 0
Variants§
Fxmxch0 = 0
0: External Reference Input 0 is selected as the fixed reference input for the fixed mux port.
Fxmxch1 = 1
1: External Reference Input 1 is selected as the fixed reference input for the fixed mux port.
Fxmxch2 = 2
2: External Reference Input 2 is selected as the fixed reference input for the fixed mux port.
Fxmxch3 = 3
3: External Reference Input 3 is selected as the fixed reference input for the fixed mux port.
Fxmxch4 = 4
4: External Reference Input 4 is selected as the fixed reference input for the fixed mux port.
Fxmxch5 = 5
5: External Reference Input 5 is selected as the fixed reference input for the fixed mux port.
Fxmxch7 = 7
7: The 8bit DAC is selected as the fixed reference input for the fixed mux port.
Trait Implementations§
impl Copy for Fxmxch
impl Eq for Fxmxch
impl IsEnum for Fxmxch
impl StructuralPartialEq for Fxmxch
Auto Trait Implementations§
impl Freeze for Fxmxch
impl RefUnwindSafe for Fxmxch
impl Send for Fxmxch
impl Sync for Fxmxch
impl Unpin for Fxmxch
impl UnwindSafe for Fxmxch
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