pub enum IrqState {
PreambleReceived,
Done,
}Expand description
Specifies an IRQ processing state to run the loop to
Variants§
PreambleReceived
Runs the loop until after the preamble has been received
Done
Runs the loop until the operation is fully complete
Trait Implementations§
Source§impl Ord for IrqState
impl Ord for IrqState
Source§impl PartialOrd for IrqState
impl PartialOrd for IrqState
impl Copy for IrqState
impl Eq for IrqState
impl StructuralPartialEq for IrqState
Auto Trait Implementations§
impl Freeze for IrqState
impl RefUnwindSafe for IrqState
impl Send for IrqState
impl Sync for IrqState
impl Unpin for IrqState
impl UnwindSafe for IrqState
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