pub enum FRESW {
NORESET,
RESET,
}
Expand description
Values that can be written to the field FRES
Variants§
NORESET
Clear USB reset
RESET
Force a reset of the USB peripheral, exactly like a RESET signaling on the USB
Auto Trait Implementations§
impl Freeze for FRESW
impl RefUnwindSafe for FRESW
impl Send for FRESW
impl Sync for FRESW
impl Unpin for FRESW
impl UnwindSafe for FRESW
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