pub enum READY_A {
NOT_DETECTED = 0,
READY = 1,
}
Expand description
USB device is ready for normal operation. Write ‘1’ to clear.
Value on reset: 0
Variants§
NOT_DETECTED = 0
0: USBEVENT was not issued due to USBD peripheral ready
READY = 1
1: USBD peripheral is ready
Trait Implementations§
impl Copy for READY_A
impl StructuralPartialEq for READY_A
Auto Trait Implementations§
impl Freeze for READY_A
impl RefUnwindSafe for READY_A
impl Send for READY_A
impl Sync for READY_A
impl Unpin for READY_A
impl UnwindSafe for READY_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