pub enum CSSF {
Clear = 1,
}Expand description
clear Standby and Stop flags (always read as 0) This bit is cleared to 0 by hardware.
Value on reset: 0
Variants§
Clear = 1
1: STOPF and SBF flags cleared
Trait Implementations§
impl Copy for CSSF
impl Eq for CSSF
impl StructuralPartialEq for CSSF
Auto Trait Implementations§
impl Freeze for CSSF
impl RefUnwindSafe for CSSF
impl Send for CSSF
impl Sync for CSSF
impl Unpin for CSSF
impl UnwindSafe for CSSF
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