pub enum OTGFSRST {
Reset = 1,
}Expand description
USB OTG FS reset
Value on reset: 0
Variants§
Reset = 1
1: Reset the selected module
Trait Implementations§
impl Copy for OTGFSRST
impl Eq for OTGFSRST
impl StructuralPartialEq for OTGFSRST
Auto Trait Implementations§
impl Freeze for OTGFSRST
impl RefUnwindSafe for OTGFSRST
impl Send for OTGFSRST
impl Sync for OTGFSRST
impl Unpin for OTGFSRST
impl UnwindSafe for OTGFSRST
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