#[repr(u8)]pub enum PRSUPSEL_A {
    PRSCH0 = 0,
    PRSCH1 = 1,
    PRSCH2 = 2,
    PRSCH3 = 3,
    PRSCH4 = 4,
    PRSCH5 = 5,
    PRSCH6 = 6,
    PRSCH7 = 7,
    PRSCH8 = 8,
    PRSCH9 = 9,
    PRSCH10 = 10,
    PRSCH11 = 11,
}Expand description
PRS Select for PRS Input When Selected in UPSEL
Value on reset: 0
Variants§
PRSCH0 = 0
0: PRS Channel 0 selected as input
PRSCH1 = 1
1: PRS Channel 1 selected as input
PRSCH2 = 2
2: PRS Channel 2 selected as input
PRSCH3 = 3
3: PRS Channel 3 selected as input
PRSCH4 = 4
4: PRS Channel 4 selected as input
PRSCH5 = 5
5: PRS Channel 5 selected as input
PRSCH6 = 6
6: PRS Channel 6 selected as input
PRSCH7 = 7
7: PRS Channel 7 selected as input
PRSCH8 = 8
8: PRS Channel 8 selected as input
PRSCH9 = 9
9: PRS Channel 9 selected as input
PRSCH10 = 10
10: PRS Channel 10 selected as input
PRSCH11 = 11
11: PRS Channel 11 selected as input
Trait Implementations§
Source§impl Clone for PRSUPSEL_A
 
impl Clone for PRSUPSEL_A
Source§fn clone(&self) -> PRSUPSEL_A
 
fn clone(&self) -> PRSUPSEL_A
Returns a duplicate 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 PRSUPSEL_A
 
impl Debug for PRSUPSEL_A
Source§impl From<PRSUPSEL_A> for u8
 
impl From<PRSUPSEL_A> for u8
Source§fn from(variant: PRSUPSEL_A) -> Self
 
fn from(variant: PRSUPSEL_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PRSUPSEL_A
 
impl PartialEq for PRSUPSEL_A
impl Copy for PRSUPSEL_A
impl StructuralPartialEq for PRSUPSEL_A
Auto Trait Implementations§
impl Freeze for PRSUPSEL_A
impl RefUnwindSafe for PRSUPSEL_A
impl Send for PRSUPSEL_A
impl Sync for PRSUPSEL_A
impl Unpin for PRSUPSEL_A
impl UnwindSafe for PRSUPSEL_A
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