#[repr(u8)]pub enum Pmuxoselect {
Show 14 variants
A = 0,
B = 1,
C = 2,
D = 3,
E = 4,
F = 5,
G = 6,
H = 7,
I = 8,
J = 9,
K = 10,
L = 11,
M = 12,
N = 13,
}
Expand description
Peripheral Multiplexing for Odd-Numbered Pin
Value on reset: 0
Variants§
A = 0
0: Peripheral function A selected
B = 1
1: Peripheral function B selected
C = 2
2: Peripheral function C selected
D = 3
3: Peripheral function D selected
E = 4
4: Peripheral function E selected
F = 5
5: Peripheral function F selected
G = 6
6: Peripheral function G selected
H = 7
7: Peripheral function H selected
I = 8
8: Peripheral function I selected
J = 9
9: Peripheral function J selected
K = 10
10: Peripheral function K selected
L = 11
11: Peripheral function L selected
M = 12
12: Peripheral function M selected
N = 13
13: Peripheral function N selected
Trait Implementations§
Source§impl Clone for Pmuxoselect
impl Clone for Pmuxoselect
Source§fn clone(&self) -> Pmuxoselect
fn clone(&self) -> Pmuxoselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Pmuxoselect
impl Debug for Pmuxoselect
Source§impl From<Pmuxoselect> for u8
impl From<Pmuxoselect> for u8
Source§fn from(variant: Pmuxoselect) -> Self
fn from(variant: Pmuxoselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Pmuxoselect
impl PartialEq for Pmuxoselect
impl Copy for Pmuxoselect
impl Eq for Pmuxoselect
impl IsEnum for Pmuxoselect
impl StructuralPartialEq for Pmuxoselect
Auto Trait Implementations§
impl Freeze for Pmuxoselect
impl RefUnwindSafe for Pmuxoselect
impl Send for Pmuxoselect
impl Sync for Pmuxoselect
impl Unpin for Pmuxoselect
impl UnwindSafe for Pmuxoselect
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