pub enum SMNumber {
SM0 = 0,
SM1 = 1,
SM2 = 2,
SM3 = 3,
}
Expand description
There are a total of 4 State Machines per PIO.
Variants§
Trait Implementations§
impl Copy for SMNumber
impl StructuralPartialEq for SMNumber
Auto Trait Implementations§
impl Freeze for SMNumber
impl RefUnwindSafe for SMNumber
impl Send for SMNumber
impl Sync for SMNumber
impl Unpin for SMNumber
impl UnwindSafe for SMNumber
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