pub enum TexcInt {
NoException = 0,
ExceptionDetected = 1,
}Expand description
Interrupt Flag For High Priority Trigger Exception
Value on reset: 0
Variants§
NoException = 0
0: No trigger exceptions have occurred.
ExceptionDetected = 1
1: A trigger exception has occurred and is pending acknowledgement.
Trait Implementations§
impl Copy for TexcInt
impl Eq for TexcInt
impl StructuralPartialEq for TexcInt
Auto Trait Implementations§
impl Freeze for TexcInt
impl RefUnwindSafe for TexcInt
impl Send for TexcInt
impl Sync for TexcInt
impl Unpin for TexcInt
impl UnsafeUnpin for TexcInt
impl UnwindSafe for TexcInt
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