pub enum FSUSP {
NoEffect = 0,
Suspend = 1,
}
Expand description
Force suspend
Value on reset: 0
Variants§
NoEffect = 0
0: No effect
Suspend = 1
1: Enter suspend mode. Clocks and static power dissipation in the analog transceiver are left unaffected
Trait Implementations§
impl Copy for FSUSP
impl Eq for FSUSP
impl StructuralPartialEq for FSUSP
Auto Trait Implementations§
impl Freeze for FSUSP
impl RefUnwindSafe for FSUSP
impl Send for FSUSP
impl Sync for FSUSP
impl Unpin for FSUSP
impl UnwindSafe for FSUSP
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