Enum Soscerr
pub enum Soscerr {
_0 = 0,
_1 = 1,
}Expand description
System OSC Clock Error
Value on reset: 0
Variants§
_0 = 0
0: System OSC Clock Monitor is disabled or has not detected an error
_1 = 1
1: System OSC Clock Monitor is enabled and detected an error
Trait Implementations§
impl Copy for Soscerr
impl Eq for Soscerr
impl StructuralPartialEq for Soscerr
Auto Trait Implementations§
impl Freeze for Soscerr
impl RefUnwindSafe for Soscerr
impl Send for Soscerr
impl Sync for Soscerr
impl Unpin for Soscerr
impl UnwindSafe for Soscerr
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