pub enum RESET_A {
RESET = 1,
}Expand description
reset request
Value on reset: 0
Variants§
RESET = 1
1: peripheral detects an active USB RESET signal at its inputs
Trait Implementations§
impl Copy for RESET_A
impl StructuralPartialEq for RESET_A
Auto Trait Implementations§
impl Freeze for RESET_A
impl RefUnwindSafe for RESET_A
impl Send for RESET_A
impl Sync for RESET_A
impl Unpin for RESET_A
impl UnwindSafe for RESET_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