pub enum FSUSPR {
NOEFFECT,
SUSPEND,
}
Expand description
Possible values of the field FSUSP
Variants§
NOEFFECT
No effect
SUSPEND
Enter suspend mode. Clocks and static power dissipation in the analog transceiver are left unaffected
Implementations§
Source§impl FSUSPR
impl FSUSPR
Sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true
if the bit is clear (0)
Sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true
if the bit is set (1)
Sourcepub fn is_no_effect(&self) -> bool
pub fn is_no_effect(&self) -> bool
Checks if the value of the field is NOEFFECT
Sourcepub fn is_suspend(&self) -> bool
pub fn is_suspend(&self) -> bool
Checks if the value of the field is SUSPEND
Trait Implementations§
impl Copy for FSUSPR
impl StructuralPartialEq for FSUSPR
Auto Trait Implementations§
impl Freeze for FSUSPR
impl RefUnwindSafe for FSUSPR
impl Send for FSUSPR
impl Sync for FSUSPR
impl Unpin for FSUSPR
impl UnwindSafe for FSUSPR
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