#[repr(u8)]pub enum DTPRS1FSEL_A {
PRSCH0 = 0,
PRSCH1 = 1,
PRSCH2 = 2,
PRSCH3 = 3,
PRSCH4 = 4,
PRSCH5 = 5,
PRSCH6 = 6,
PRSCH7 = 7,
}
Expand description
DTI PRS Fault Source 1 Select
Value on reset: 0
Variants§
PRSCH0 = 0
0: PRS Channel 0 selected as fault source 1
PRSCH1 = 1
1: PRS Channel 1 selected as fault source 1
PRSCH2 = 2
2: PRS Channel 2 selected as fault source 1
PRSCH3 = 3
3: PRS Channel 3 selected as fault source 1
PRSCH4 = 4
4: PRS Channel 4 selected as fault source 1
PRSCH5 = 5
5: PRS Channel 5 selected as fault source 1
PRSCH6 = 6
6: PRS Channel 6 selected as fault source 1
PRSCH7 = 7
7: PRS Channel 7 selected as fault source 1
Trait Implementations§
Source§impl Clone for DTPRS1FSEL_A
impl Clone for DTPRS1FSEL_A
Source§fn clone(&self) -> DTPRS1FSEL_A
fn clone(&self) -> DTPRS1FSEL_A
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 DTPRS1FSEL_A
impl Debug for DTPRS1FSEL_A
Source§impl From<DTPRS1FSEL_A> for u8
impl From<DTPRS1FSEL_A> for u8
Source§fn from(variant: DTPRS1FSEL_A) -> Self
fn from(variant: DTPRS1FSEL_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DTPRS1FSEL_A
impl PartialEq for DTPRS1FSEL_A
impl Copy for DTPRS1FSEL_A
impl StructuralPartialEq for DTPRS1FSEL_A
Auto Trait Implementations§
impl Freeze for DTPRS1FSEL_A
impl RefUnwindSafe for DTPRS1FSEL_A
impl Send for DTPRS1FSEL_A
impl Sync for DTPRS1FSEL_A
impl Unpin for DTPRS1FSEL_A
impl UnwindSafe for DTPRS1FSEL_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