#[repr(u8)]pub enum TsiTrigInp {
VAL0 = 0,
VAL1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}Variants§
VAL0 = 0
LPTMR0 input is selected
VAL1 = 1
LPTMR1 input is selected
_RESERVED_2 = 2
_RESERVED_3 = 3
Implementations§
Source§impl TsiTrigInp
impl TsiTrigInp
Trait Implementations§
Source§impl Clone for TsiTrigInp
impl Clone for TsiTrigInp
Source§fn clone(&self) -> TsiTrigInp
fn clone(&self) -> TsiTrigInp
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 TsiTrigInp
impl Debug for TsiTrigInp
Source§impl From<TsiTrigInp> for u8
impl From<TsiTrigInp> for u8
Source§fn from(val: TsiTrigInp) -> u8
fn from(val: TsiTrigInp) -> u8
Converts to this type from the input type.
Source§impl From<u8> for TsiTrigInp
impl From<u8> for TsiTrigInp
Source§fn from(val: u8) -> TsiTrigInp
fn from(val: u8) -> TsiTrigInp
Converts to this type from the input type.
Source§impl Ord for TsiTrigInp
impl Ord for TsiTrigInp
Source§fn cmp(&self, other: &TsiTrigInp) -> Ordering
fn cmp(&self, other: &TsiTrigInp) -> 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 TsiTrigInp
impl PartialEq for TsiTrigInp
Source§impl PartialOrd for TsiTrigInp
impl PartialOrd for TsiTrigInp
impl Copy for TsiTrigInp
impl Eq for TsiTrigInp
impl StructuralPartialEq for TsiTrigInp
Auto Trait Implementations§
impl Freeze for TsiTrigInp
impl RefUnwindSafe for TsiTrigInp
impl Send for TsiTrigInp
impl Sync for TsiTrigInp
impl Unpin for TsiTrigInp
impl UnwindSafe for TsiTrigInp
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