pub enum FRES {
NoReset = 0,
Reset = 1,
}
Expand description
Force USB Reset
Value on reset: 1
Variants§
NoReset = 0
0: Clear USB reset
Reset = 1
1: Force a reset of the USB peripheral, exactly like a RESET signaling on the USB
Trait Implementations§
impl Copy for FRES
impl Eq for FRES
impl StructuralPartialEq for FRES
Auto Trait Implementations§
impl Freeze for FRES
impl RefUnwindSafe for FRES
impl Send for FRES
impl Sync for FRES
impl Unpin for FRES
impl UnwindSafe for FRES
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