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