#[repr(u8)]pub enum Pwm0extClkTrigin {
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 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