#[repr(u8)]pub enum PRSSEL_A {
Show 24 variants
PRSCH0 = 0,
PRSCH1 = 1,
PRSCH2 = 2,
PRSCH3 = 3,
PRSCH4 = 4,
PRSCH5 = 5,
PRSCH6 = 6,
PRSCH7 = 7,
PRSCH8 = 8,
PRSCH9 = 9,
PRSCH10 = 10,
PRSCH11 = 11,
PRSCH12 = 12,
PRSCH13 = 13,
PRSCH14 = 14,
PRSCH15 = 15,
PRSCH16 = 16,
PRSCH17 = 17,
PRSCH18 = 18,
PRSCH19 = 19,
PRSCH20 = 20,
PRSCH21 = 21,
PRSCH22 = 22,
PRSCH23 = 23,
}
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
PRSCH12 = 12
12: PRS Channel 12 selected as input
PRSCH13 = 13
13: PRS Channel 13 selected as input
PRSCH14 = 14
14: PRS Channel 14 selected as input
PRSCH15 = 15
15: PRS Channel 15 selected as input
PRSCH16 = 16
16: PRS Channel 16 selected as input
PRSCH17 = 17
17: PRS Channel 17 selected as input
PRSCH18 = 18
18: PRS Channel 18 selected as input
PRSCH19 = 19
19: PRS Channel 19 selected as input
PRSCH20 = 20
20: PRS Channel 20 selected as input
PRSCH21 = 21
21: PRS Channel 21 selected as input
PRSCH22 = 22
22: PRS Channel 22 selected as input
PRSCH23 = 23
23: PRS Channel 23 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
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)
clone_to_uninit
)