pub enum LCK_A {
LOCKED = 1,
}
Expand description
Locked
Value on reset: 0
Variants§
LOCKED = 1
1: the frame timer remains in this state until an USB reset or USB suspend event occurs
Trait Implementations§
impl Copy for LCK_A
impl StructuralPartialEq for LCK_A
Auto Trait Implementations§
impl Freeze for LCK_A
impl RefUnwindSafe for LCK_A
impl Send for LCK_A
impl Sync for LCK_A
impl Unpin for LCK_A
impl UnwindSafe for LCK_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