#[repr(u8)]pub enum PRSDOWNSEL {
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
PRS Select for PRS Input When Selected in DOWNSEL
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§
Source§impl Clone for PRSDOWNSEL
impl Clone for PRSDOWNSEL
Source§fn clone(&self) -> PRSDOWNSEL
fn clone(&self) -> PRSDOWNSEL
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PRSDOWNSEL
impl Debug for PRSDOWNSEL
Source§impl From<PRSDOWNSEL> for u8
impl From<PRSDOWNSEL> for u8
Source§fn from(variant: PRSDOWNSEL) -> Self
fn from(variant: PRSDOWNSEL) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PRSDOWNSEL
impl PartialEq for PRSDOWNSEL
impl Copy for PRSDOWNSEL
impl Eq for PRSDOWNSEL
impl IsEnum for PRSDOWNSEL
impl StructuralPartialEq for PRSDOWNSEL
Auto Trait Implementations§
impl Freeze for PRSDOWNSEL
impl RefUnwindSafe for PRSDOWNSEL
impl Send for PRSDOWNSEL
impl Sync for PRSDOWNSEL
impl Unpin for PRSDOWNSEL
impl UnwindSafe for PRSDOWNSEL
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