#[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