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