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