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