pub enum LPWUIW {
_0,
_1,
}Expand description
Values that can be written to the field LPWUI
Variants§
_0
The system remains in a VLP mode on an interrupt
_1
The system exits to Normal RUN mode on an interrupt
Auto Trait Implementations§
impl Freeze for LPWUIW
impl RefUnwindSafe for LPWUIW
impl Send for LPWUIW
impl Sync for LPWUIW
impl Unpin for LPWUIW
impl UnwindSafe for LPWUIW
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