pub enum SMI_14_A {
VALUE1 = 0,
VALUE2 = 1,
}
Expand description
SyncManager interrupt
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for SMI_14_A
impl Eq for SMI_14_A
impl StructuralPartialEq for SMI_14_A
Auto Trait Implementations§
impl Freeze for SMI_14_A
impl RefUnwindSafe for SMI_14_A
impl Send for SMI_14_A
impl Sync for SMI_14_A
impl Unpin for SMI_14_A
impl UnwindSafe for SMI_14_A
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