Enum Fxmxch
#[repr(u8)]pub enum Fxmxch {
_000 = 0,
_001 = 1,
_010 = 2,
_011 = 3,
_100 = 4,
_101 = 5,
_110 = 6,
_111 = 7,
}Expand description
Fixed channel selection
Value on reset: 0
Variants§
_000 = 0
0: Channel 0 is selected as the fixed reference input for the fixed mux port.
_001 = 1
1: Channel 1 is selected as the fixed reference input for the fixed mux port.
_010 = 2
2: Channel 2 is selected as the fixed reference input for the fixed mux port.
_011 = 3
3: Channel 3 is selected as the fixed reference input for the fixed mux port.
_100 = 4
4: Channel 4 is selected as the fixed reference input for the fixed mux port.
_101 = 5
5: Channel 5 is selected as the fixed reference input for the fixed mux port.
_110 = 6
6: Channel 6 is selected as the fixed reference input for the fixed mux port.
_111 = 7
7: Channel 7 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