#[repr(u8)]pub enum Pwm1ExtClkTrigin {
Show 16 variants
VAL0 = 0,
VAL1 = 1,
VAL2 = 2,
VAL3 = 3,
VAL4 = 4,
VAL5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}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
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Clone for Pwm1ExtClkTrigin
impl Clone for Pwm1ExtClkTrigin
Source§fn clone(&self) -> Pwm1ExtClkTrigin
fn clone(&self) -> Pwm1ExtClkTrigin
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 Pwm1ExtClkTrigin
impl Debug for Pwm1ExtClkTrigin
Source§impl From<Pwm1ExtClkTrigin> for u8
impl From<Pwm1ExtClkTrigin> for u8
Source§fn from(val: Pwm1ExtClkTrigin) -> u8
fn from(val: Pwm1ExtClkTrigin) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Pwm1ExtClkTrigin
impl From<u8> for Pwm1ExtClkTrigin
Source§fn from(val: u8) -> Pwm1ExtClkTrigin
fn from(val: u8) -> Pwm1ExtClkTrigin
Converts to this type from the input type.
Source§impl Ord for Pwm1ExtClkTrigin
impl Ord for Pwm1ExtClkTrigin
Source§fn cmp(&self, other: &Pwm1ExtClkTrigin) -> Ordering
fn cmp(&self, other: &Pwm1ExtClkTrigin) -> 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 Pwm1ExtClkTrigin
impl PartialEq for Pwm1ExtClkTrigin
Source§impl PartialOrd for Pwm1ExtClkTrigin
impl PartialOrd for Pwm1ExtClkTrigin
impl Copy for Pwm1ExtClkTrigin
impl Eq for Pwm1ExtClkTrigin
impl StructuralPartialEq for Pwm1ExtClkTrigin
Auto Trait Implementations§
impl Freeze for Pwm1ExtClkTrigin
impl RefUnwindSafe for Pwm1ExtClkTrigin
impl Send for Pwm1ExtClkTrigin
impl Sync for Pwm1ExtClkTrigin
impl Unpin for Pwm1ExtClkTrigin
impl UnwindSafe for Pwm1ExtClkTrigin
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