pub enum PMAOVR_A {
OVERRUN = 1,
}Expand description
Packet memory area over / underrun
Value on reset: 0
Variants§
OVERRUN = 1
1: microcontroller has not been able to respond in time to an USB memory request
Trait Implementations§
impl Copy for PMAOVR_A
impl StructuralPartialEq for PMAOVR_A
Auto Trait Implementations§
impl Freeze for PMAOVR_A
impl RefUnwindSafe for PMAOVR_A
impl Send for PMAOVR_A
impl Sync for PMAOVR_A
impl Unpin for PMAOVR_A
impl UnwindSafe for PMAOVR_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