#[repr(u8)]
pub enum MUX_A {
_000,
_001,
_010,
_011,
_100,
_101,
_110,
_111,
}
Expand description
Pin Mux Control
Value on reset: 0
Variants
_000
0: Pin disabled (Alternative 0) (analog).
_001
1: Alternative 1 (GPIO).
_010
2: Alternative 2 (chip-specific).
_011
3: Alternative 3 (chip-specific).
_100
4: Alternative 4 (chip-specific).
_101
5: Alternative 5 (chip-specific).
_110
6: Alternative 6 (chip-specific).
_111
7: Alternative 7 (chip-specific).
Trait Implementations
impl Copy for MUX_A
impl StructuralPartialEq for MUX_A
Auto Trait Implementations
impl RefUnwindSafe for MUX_A
impl Send for MUX_A
impl Sync for MUX_A
impl Unpin for MUX_A
impl UnwindSafe for MUX_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