#[repr(u8)]pub enum Pwm0ExtClkTrigin {
VAL0 = 0,
VAL1 = 1,
VAL2 = 2,
VAL3 = 3,
VAL4 = 4,
VAL5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
VAL0 = 0
FRO16K input is selected
VAL1 = 1
OSC_32k input is selected
VAL2 = 2
EVTG_OUT0A input is selected
VAL3 = 3
EVTG_OUT1A input is selected
VAL4 = 4
TRIG_IN0 input is selected
VAL5 = 5
TRIG_IN7 input is selected
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Clone for Pwm0ExtClkTrigin
impl Clone for Pwm0ExtClkTrigin
Source§fn clone(&self) -> Pwm0ExtClkTrigin
fn clone(&self) -> Pwm0ExtClkTrigin
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 moreSource§impl Debug for Pwm0ExtClkTrigin
impl Debug for Pwm0ExtClkTrigin
Source§impl From<Pwm0ExtClkTrigin> for u8
impl From<Pwm0ExtClkTrigin> for u8
Source§fn from(val: Pwm0ExtClkTrigin) -> u8
fn from(val: Pwm0ExtClkTrigin) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Pwm0ExtClkTrigin
impl From<u8> for Pwm0ExtClkTrigin
Source§fn from(val: u8) -> Pwm0ExtClkTrigin
fn from(val: u8) -> Pwm0ExtClkTrigin
Converts to this type from the input type.
Source§impl Ord for Pwm0ExtClkTrigin
impl Ord for Pwm0ExtClkTrigin
Source§fn cmp(&self, other: &Pwm0ExtClkTrigin) -> Ordering
fn cmp(&self, other: &Pwm0ExtClkTrigin) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Pwm0ExtClkTrigin
impl PartialEq for Pwm0ExtClkTrigin
Source§impl PartialOrd for Pwm0ExtClkTrigin
impl PartialOrd for Pwm0ExtClkTrigin
impl Copy for Pwm0ExtClkTrigin
impl Eq for Pwm0ExtClkTrigin
impl StructuralPartialEq for Pwm0ExtClkTrigin
Auto Trait Implementations§
impl Freeze for Pwm0ExtClkTrigin
impl RefUnwindSafe for Pwm0ExtClkTrigin
impl Send for Pwm0ExtClkTrigin
impl Sync for Pwm0ExtClkTrigin
impl Unpin for Pwm0ExtClkTrigin
impl UnwindSafe for Pwm0ExtClkTrigin
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