Enum Spllerr
pub enum Spllerr {
_0 = 0,
_1 = 1,
}Expand description
System PLL Clock Error
Value on reset: 0
Variants§
_0 = 0
0: System PLL Clock Monitor is disabled or has not detected an error
_1 = 1
1: System PLL Clock Monitor is enabled and detected an error. System PLL Clock Error flag will not set when System OSC is selected as its source and SOSCERR has set.
Trait Implementations§
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