pub enum PMAOVRMW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field PMAOVRM
Variants§
DISABLED
PMAOVR Interrupt disabled
ENABLED
PMAOVR Interrupt enabled, an interrupt request is generated when the corresponding bit in the USB_ISTR register is set
Auto Trait Implementations§
impl Freeze for PMAOVRMW
impl RefUnwindSafe for PMAOVRMW
impl Send for PMAOVRMW
impl Sync for PMAOVRMW
impl Unpin for PMAOVRMW
impl UnwindSafe for PMAOVRMW
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