#[repr(u8)]
pub enum PMUXO_A {
A,
B,
C,
D,
E,
F,
G,
H,
}
Expand description
Peripheral Multiplexing Odd
Value on reset: 0
Variants
A
0: Peripheral function A selected
B
1: Peripheral function B selected
C
2: Peripheral function C selected
D
3: Peripheral function D selected
E
4: Peripheral function E selected
F
5: Peripheral function F selected
G
6: Peripheral function G selected
H
7: Peripheral function H selected
Trait Implementations
impl Copy for PMUXO_A
impl StructuralPartialEq for PMUXO_A
Auto Trait Implementations
impl RefUnwindSafe for PMUXO_A
impl Send for PMUXO_A
impl Sync for PMUXO_A
impl Unpin for PMUXO_A
impl UnwindSafe for PMUXO_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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