#[repr(u8)]
pub enum PRSSEL0_A {
PRSCH0,
PRSCH1,
PRSCH2,
PRSCH3,
PRSCH4,
PRSCH5,
PRSCH6,
PRSCH7,
}
Expand description
LESENSE Decoder PRS Input 0 Configuration
Value on reset: 0
Variants
PRSCH0
0: PRS Channel 0 selected as input
PRSCH1
1: PRS Channel 1 selected as input
PRSCH2
2: PRS Channel 2 selected as input
PRSCH3
3: PRS Channel 3 selected as input
PRSCH4
4: PRS Channel 4 selected as input
PRSCH5
5: PRS Channel 5 selected as input
PRSCH6
6: PRS Channel 6 selected as input
PRSCH7
7: PRS Channel 7 selected as input
Trait Implementations
impl Copy for PRSSEL0_A
impl StructuralPartialEq for PRSSEL0_A
Auto Trait Implementations
impl RefUnwindSafe for PRSSEL0_A
impl Send for PRSSEL0_A
impl Sync for PRSSEL0_A
impl Unpin for PRSSEL0_A
impl UnwindSafe for PRSSEL0_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more