pub enum RESETW {
RESET,
}
Expand description
Values that can be written to the field RESET
Variants§
RESET
peripheral detects an active USB RESET signal at its inputs
Auto Trait Implementations§
impl Freeze for RESETW
impl RefUnwindSafe for RESETW
impl Send for RESETW
impl Sync for RESETW
impl Unpin for RESETW
impl UnwindSafe for RESETW
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