Enum Ftm3Outsel
#[repr(u8)]pub enum Ftm3Outsel {
_00000000 = 0,
_00000001 = 1,
}Expand description
FTM3 channel modulation select with FTM2_CH1
Value on reset: 0
Variants§
Trait Implementations§
§impl Clone for Ftm3Outsel
impl Clone for Ftm3Outsel
§fn clone(&self) -> Ftm3Outsel
fn clone(&self) -> Ftm3Outsel
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 Ftm3Outsel
impl Debug for Ftm3Outsel
§impl Format for Ftm3Outsel
impl Format for Ftm3Outsel
§impl From<Ftm3Outsel> for u8
impl From<Ftm3Outsel> for u8
§fn from(variant: Ftm3Outsel) -> Self
fn from(variant: Ftm3Outsel) -> Self
Converts to this type from the input type.
§impl PartialEq for Ftm3Outsel
impl PartialEq for Ftm3Outsel
impl Copy for Ftm3Outsel
impl Eq for Ftm3Outsel
impl IsEnum for Ftm3Outsel
impl StructuralPartialEq for Ftm3Outsel
Auto Trait Implementations§
impl Freeze for Ftm3Outsel
impl RefUnwindSafe for Ftm3Outsel
impl Send for Ftm3Outsel
impl Sync for Ftm3Outsel
impl Unpin for Ftm3Outsel
impl UnwindSafe for Ftm3Outsel
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