Enum Msel
#[repr(u8)]pub enum Msel {
_000 = 0,
_001 = 1,
_010 = 2,
_011 = 3,
_100 = 4,
_101 = 5,
_110 = 6,
_111 = 7,
}Expand description
Minus Input MUX Control
Value on reset: 0
Variants§
_000 = 0
0: IN0
_001 = 1
1: IN1
_010 = 2
2: IN2
_011 = 3
3: IN3
_100 = 4
4: IN4
_101 = 5
5: IN5
_110 = 6
6: IN6
_111 = 7
7: IN7
Trait Implementations§
impl Copy for Msel
impl Eq for Msel
impl IsEnum for Msel
impl StructuralPartialEq for Msel
Auto Trait Implementations§
impl Freeze for Msel
impl RefUnwindSafe for Msel
impl Send for Msel
impl Sync for Msel
impl Unpin for Msel
impl UnwindSafe for Msel
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