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