#[repr(u8)]pub enum Pmuxeselect {
A = 0,
B = 1,
C = 2,
D = 3,
E = 4,
F = 5,
G = 6,
H = 7,
}
Expand description
Peripheral Multiplexing Even
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
Trait Implementations§
Source§impl Clone for Pmuxeselect
impl Clone for Pmuxeselect
Source§fn clone(&self) -> Pmuxeselect
fn clone(&self) -> Pmuxeselect
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 Pmuxeselect
impl Debug for Pmuxeselect
Source§impl From<Pmuxeselect> for u8
impl From<Pmuxeselect> for u8
Source§fn from(variant: Pmuxeselect) -> Self
fn from(variant: Pmuxeselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Pmuxeselect
impl PartialEq for Pmuxeselect
impl Copy for Pmuxeselect
impl Eq for Pmuxeselect
impl IsEnum for Pmuxeselect
impl StructuralPartialEq for Pmuxeselect
Auto Trait Implementations§
impl Freeze for Pmuxeselect
impl RefUnwindSafe for Pmuxeselect
impl Send for Pmuxeselect
impl Sync for Pmuxeselect
impl Unpin for Pmuxeselect
impl UnwindSafe for Pmuxeselect
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