Enum efm32gg12b_pac::efm32gg12b110::timer3::routeloc2::CDTI2LOC_A
source · #[repr(u8)]
pub enum CDTI2LOC_A {
LOC0,
LOC1,
LOC2,
LOC3,
LOC4,
}
Expand description
I/O Location
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for CDTI2LOC_A
impl Clone for CDTI2LOC_A
source§fn clone(&self) -> CDTI2LOC_A
fn clone(&self) -> CDTI2LOC_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 CDTI2LOC_A
impl Debug for CDTI2LOC_A
source§impl From<CDTI2LOC_A> for u8
impl From<CDTI2LOC_A> for u8
source§fn from(variant: CDTI2LOC_A) -> Self
fn from(variant: CDTI2LOC_A) -> Self
Converts to this type from the input type.
source§impl PartialEq<CDTI2LOC_A> for CDTI2LOC_A
impl PartialEq<CDTI2LOC_A> for CDTI2LOC_A
source§fn eq(&self, other: &CDTI2LOC_A) -> bool
fn eq(&self, other: &CDTI2LOC_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.