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