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