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