Enum Ftm1clksel
#[repr(u8)]pub enum Ftm1clksel {
_00 = 0,
_01 = 1,
_10 = 2,
_11 = 3,
}Expand description
FTM1 External Clock Pin Select
Value on reset: 0
Variants§
_00 = 0
0: FTM1 external clock driven by TCLK0 pin.
_01 = 1
1: FTM1 external clock driven by TCLK1 pin.
_10 = 2
2: FTM1 external clock driven by TCLK2 pin.
_11 = 3
3: No clock input
Trait Implementations§
§impl Clone for Ftm1clksel
impl Clone for Ftm1clksel
§fn clone(&self) -> Ftm1clksel
fn clone(&self) -> Ftm1clksel
Returns a duplicate 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 more§impl Debug for Ftm1clksel
impl Debug for Ftm1clksel
§impl Format for Ftm1clksel
impl Format for Ftm1clksel
§impl From<Ftm1clksel> for u8
impl From<Ftm1clksel> for u8
§fn from(variant: Ftm1clksel) -> Self
fn from(variant: Ftm1clksel) -> Self
Converts to this type from the input type.
§impl PartialEq for Ftm1clksel
impl PartialEq for Ftm1clksel
impl Copy for Ftm1clksel
impl Eq for Ftm1clksel
impl IsEnum for Ftm1clksel
impl StructuralPartialEq for Ftm1clksel
Auto Trait Implementations§
impl Freeze for Ftm1clksel
impl RefUnwindSafe for Ftm1clksel
impl Send for Ftm1clksel
impl Sync for Ftm1clksel
impl Unpin for Ftm1clksel
impl UnwindSafe for Ftm1clksel
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