#[repr(u8)]pub enum Pwm1ExtClkTrigin {
Show 16 variants
_RESERVED_0 = 0,
VAL1 = 1,
VAL2 = 2,
VAL3 = 3,
VAL4 = 4,
VAL5 = 5,
VAL6 = 6,
VAL7 = 7,
VAL8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
_RESERVED_0 = 0
VAL1 = 1
clk_16k[1] input is selected
VAL2 = 2
clk_in input is selected
VAL3 = 3
AOI0_OUT0 input is selected
VAL4 = 4
AOI0_OUT1 input is selected
VAL5 = 5
EXTTRIG_IN0 input is selected
VAL6 = 6
EXTTRIG_IN7 input is selected
VAL7 = 7
AOI1_OUT0 input is selected
VAL8 = 8
AOI1_OUT1 input is selected
_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