#[repr(u8)]pub enum PRSSEL_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
Compare/Capture Channel PRS Input Channel Selection
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§
impl Copy for PRSSEL_A
impl StructuralPartialEq for PRSSEL_A
Auto Trait Implementations§
impl Freeze for PRSSEL_A
impl RefUnwindSafe for PRSSEL_A
impl Send for PRSSEL_A
impl Sync for PRSSEL_A
impl Unpin for PRSSEL_A
impl UnwindSafe for PRSSEL_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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)