#[repr(u8)]pub enum Soscerr {
DISABLED_OR_NO_ERROR = 0,
ENABLED_AND_ERROR = 1,
}Variants§
DISABLED_OR_NO_ERROR = 0
SOSC Clock Monitor is disabled or has not detected an error
ENABLED_AND_ERROR = 1
SOSC Clock Monitor is enabled and detected an error
Implementations§
Trait Implementations§
Source§impl Ord for Soscerr
impl Ord for Soscerr
Source§impl PartialOrd for Soscerr
impl PartialOrd for Soscerr
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