#[repr(u8)]pub enum Spllerr {
DISABLED_OR_NO_ERROR = 0,
ENABLED_AND_ERROR = 1,
}Variants§
DISABLED_OR_NO_ERROR = 0
SPLL Clock Monitor is disabled or has not detected an error
ENABLED_AND_ERROR = 1
SPLL Clock Monitor is enabled and detected an error
Implementations§
Trait Implementations§
Source§impl Ord for Spllerr
impl Ord for Spllerr
Source§impl PartialOrd for Spllerr
impl PartialOrd for Spllerr
impl Copy for Spllerr
impl Eq for Spllerr
impl StructuralPartialEq for Spllerr
Auto Trait Implementations§
impl Freeze for Spllerr
impl RefUnwindSafe for Spllerr
impl Send for Spllerr
impl Sync for Spllerr
impl Unpin for Spllerr
impl UnwindSafe for Spllerr
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