Enum efm32gg395_pac::timer1::dtfc::DTPRS0FSEL_A
source · [−]#[repr(u8)]
pub enum DTPRS0FSEL_A {
PRSCH0,
PRSCH1,
PRSCH2,
PRSCH3,
PRSCH4,
PRSCH5,
PRSCH6,
PRSCH7,
}
Expand description
DTI PRS Fault Source 0 Select
Value on reset: 0
Variants
PRSCH0
0: PRS Channel 0 selected as fault source 0
PRSCH1
1: PRS Channel 1 selected as fault source 0
PRSCH2
2: PRS Channel 2 selected as fault source 0
PRSCH3
3: PRS Channel 3 selected as fault source 0
PRSCH4
4: PRS Channel 4 selected as fault source 0
PRSCH5
5: PRS Channel 5 selected as fault source 0
PRSCH6
6: PRS Channel 6 selected as fault source 0
PRSCH7
7: PRS Channel 7 selected as fault source 0
Trait Implementations
sourceimpl Clone for DTPRS0FSEL_A
impl Clone for DTPRS0FSEL_A
sourcefn clone(&self) -> DTPRS0FSEL_A
fn clone(&self) -> DTPRS0FSEL_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for DTPRS0FSEL_A
impl Debug for DTPRS0FSEL_A
sourceimpl From<DTPRS0FSEL_A> for u8
impl From<DTPRS0FSEL_A> for u8
sourcefn from(variant: DTPRS0FSEL_A) -> Self
fn from(variant: DTPRS0FSEL_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<DTPRS0FSEL_A> for DTPRS0FSEL_A
impl PartialEq<DTPRS0FSEL_A> for DTPRS0FSEL_A
impl Copy for DTPRS0FSEL_A
impl StructuralPartialEq for DTPRS0FSEL_A
Auto Trait Implementations
impl RefUnwindSafe for DTPRS0FSEL_A
impl Send for DTPRS0FSEL_A
impl Sync for DTPRS0FSEL_A
impl Unpin for DTPRS0FSEL_A
impl UnwindSafe for DTPRS0FSEL_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