pub enum L1REQR {
NotReceived = 0,
Received = 1,
}
Expand description
LPM L1 state request
Value on reset: 0
Variants§
NotReceived = 0
0: LPM command to enter the L1 state is not received
Received = 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