pub enum L1REQR {
NotL1state = 0,
L1state = 1,
}
Expand description
LPM L1 state request 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§
NotL1state = 0
0: NotL1State
L1state = 1
1: LPM command to enter the L1 state is successfully received and acknowledged
Trait Implementations§
impl Copy for L1REQR
impl Eq for L1REQR
impl StructuralPartialEq for L1REQR
Auto Trait Implementations§
impl Freeze for L1REQR
impl RefUnwindSafe for L1REQR
impl Send for L1REQR
impl Sync for L1REQR
impl Unpin for L1REQR
impl UnwindSafe for L1REQR
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