pub enum FSUSPW {
NOEFFECT,
SUSPEND,
}Expand description
Values that can be written to the field FSUSP
Variants§
NOEFFECT
No effect
SUSPEND
Enter suspend mode. Clocks and static power dissipation in the analog transceiver are left unaffected
Auto Trait Implementations§
impl Freeze for FSUSPW
impl RefUnwindSafe for FSUSPW
impl Send for FSUSPW
impl Sync for FSUSPW
impl Unpin for FSUSPW
impl UnwindSafe for FSUSPW
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