pub enum CTRM {
Disabled = 0,
Enabled = 1,
}
Expand description
Correct transfer interrupt mask
Value on reset: 0
Variants§
Disabled = 0
0: Correct Transfer (CTR) Interrupt disabled
Enabled = 1
1: CTR Interrupt enabled, an interrupt request is generated when the corresponding bit in the USB_ISTR register is set
Trait Implementations§
impl Copy for CTRM
impl Eq for CTRM
impl StructuralPartialEq for CTRM
Auto Trait Implementations§
impl Freeze for CTRM
impl RefUnwindSafe for CTRM
impl Send for CTRM
impl Sync for CTRM
impl Unpin for CTRM
impl UnwindSafe for CTRM
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