#[repr(u8)]pub enum Tsi0TrigInputInp {
Show 16 variants
_RESERVED_0 = 0,
VAL1 = 1,
VAL2 = 2,
VAL3 = 3,
VAL4 = 4,
VAL5 = 5,
VAL6 = 6,
VAL7 = 7,
VAL8 = 8,
VAL9 = 9,
VAL10 = 10,
VAL11 = 11,
VAL12 = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
_RESERVED_0 = 0
VAL1 = 1
CTimer0_MAT2 input is selected
VAL2 = 2
CTimer0_MAT3 input is selected
VAL3 = 3
CTimer1_MAT2 input is selected
VAL4 = 4
CTimer1_MAT3 input is selected
VAL5 = 5
CTimer2_MAT2 input is selected
VAL6 = 6
CTimer2_MAT3 input is selected
VAL7 = 7
CTimer3_MAT2 input is selected
VAL8 = 8
CTimer3_MAT3 input is selected
VAL9 = 9
CTimer4_MAT2 input is selected
VAL10 = 10
CTimer4_MAT3 input is selected
VAL11 = 11
LPTMR0 input is selected
VAL12 = 12
WUU input is selected
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Clone for Tsi0TrigInputInp
impl Clone for Tsi0TrigInputInp
Source§fn clone(&self) -> Tsi0TrigInputInp
fn clone(&self) -> Tsi0TrigInputInp
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 Tsi0TrigInputInp
impl Debug for Tsi0TrigInputInp
Source§impl From<Tsi0TrigInputInp> for u8
impl From<Tsi0TrigInputInp> for u8
Source§fn from(val: Tsi0TrigInputInp) -> u8
fn from(val: Tsi0TrigInputInp) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Tsi0TrigInputInp
impl From<u8> for Tsi0TrigInputInp
Source§fn from(val: u8) -> Tsi0TrigInputInp
fn from(val: u8) -> Tsi0TrigInputInp
Converts to this type from the input type.
Source§impl Ord for Tsi0TrigInputInp
impl Ord for Tsi0TrigInputInp
Source§fn cmp(&self, other: &Tsi0TrigInputInp) -> Ordering
fn cmp(&self, other: &Tsi0TrigInputInp) -> 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 Tsi0TrigInputInp
impl PartialEq for Tsi0TrigInputInp
Source§impl PartialOrd for Tsi0TrigInputInp
impl PartialOrd for Tsi0TrigInputInp
impl Copy for Tsi0TrigInputInp
impl Eq for Tsi0TrigInputInp
impl StructuralPartialEq for Tsi0TrigInputInp
Auto Trait Implementations§
impl Freeze for Tsi0TrigInputInp
impl RefUnwindSafe for Tsi0TrigInputInp
impl Send for Tsi0TrigInputInp
impl Sync for Tsi0TrigInputInp
impl Unpin for Tsi0TrigInputInp
impl UnwindSafe for Tsi0TrigInputInp
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