pub enum L1REQW {
Clear = 0,
}
Expand description
LPM L1 state request Device mode This bit is set by the hardware when LPM command to enter the L1 state is successfully received and acknowledged. This bit is read/write but only 0 can be written and writing 1 has no effect.
Value on reset: 0
Variants§
Clear = 0
0: Clear flag
Trait Implementations§
impl Copy for L1REQW
impl Eq for L1REQW
impl StructuralPartialEq for L1REQW
Auto Trait Implementations§
impl Freeze for L1REQW
impl RefUnwindSafe for L1REQW
impl Send for L1REQW
impl Sync for L1REQW
impl Unpin for L1REQW
impl UnwindSafe for L1REQW
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