#[repr(u8)]pub enum TcompInt {
TCOMP_INT_0 = 0,
TCOMP_INT_1 = 1,
}Variants§
TCOMP_INT_0 = 0
Either IE[TCOMP_IE] is set to 0, or no trigger sequences have run to completion.
TCOMP_INT_1 = 1
Trigger sequence has been completed and all data is stored in the associated FIFO.
Implementations§
Trait Implementations§
Source§impl Ord for TcompInt
impl Ord for TcompInt
Source§impl PartialOrd for TcompInt
impl PartialOrd for TcompInt
impl Copy for TcompInt
impl Eq for TcompInt
impl StructuralPartialEq for TcompInt
Auto Trait Implementations§
impl Freeze for TcompInt
impl RefUnwindSafe for TcompInt
impl Send for TcompInt
impl Sync for TcompInt
impl Unpin for TcompInt
impl UnwindSafe for TcompInt
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