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