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