#[repr(u8)]pub enum TSEL_A {
PRSCH0 = 0,
PRSCH1 = 1,
PRSCH2 = 2,
PRSCH3 = 3,
PRSCH4 = 4,
PRSCH5 = 5,
PRSCH6 = 6,
PRSCH7 = 7,
}
Expand description
Trigger PRS Channel Select
Value on reset: 0
Variants§
PRSCH0 = 0
0: PRS Channel 0 selected
PRSCH1 = 1
1: PRS Channel 1 selected
PRSCH2 = 2
2: PRS Channel 2 selected
PRSCH3 = 3
3: PRS Channel 3 selected
PRSCH4 = 4
4: PRS Channel 4 selected
PRSCH5 = 5
5: PRS Channel 5 selected
PRSCH6 = 6
6: PRS Channel 6 selected
PRSCH7 = 7
7: PRS Channel 7 selected
Trait Implementations§
impl Copy for TSEL_A
impl StructuralPartialEq for TSEL_A
Auto Trait Implementations§
impl Freeze for TSEL_A
impl RefUnwindSafe for TSEL_A
impl Send for TSEL_A
impl Sync for TSEL_A
impl Unpin for TSEL_A
impl UnwindSafe for TSEL_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