#[repr(u8)]pub enum PRSSEL_A {
PRSCH0 = 0,
PRSCH1 = 1,
PRSCH2 = 2,
PRSCH3 = 3,
PRSCH4 = 4,
PRSCH5 = 5,
PRSCH6 = 6,
PRSCH7 = 7,
}
Expand description
Scan Sequence PRS Trigger Select
Value on reset: 0
Variants§
PRSCH0 = 0
0: PRS ch 0 triggers scan sequence
PRSCH1 = 1
1: PRS ch 1 triggers scan sequence
PRSCH2 = 2
2: PRS ch 2 triggers scan sequence
PRSCH3 = 3
3: PRS ch 3 triggers scan sequence
PRSCH4 = 4
4: PRS ch 4 triggers scan sequence
PRSCH5 = 5
5: PRS ch 5 triggers scan sequence
PRSCH6 = 6
6: PRS ch 6 triggers scan sequence
PRSCH7 = 7
7: PRS ch 7 triggers scan sequence
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