Enum Slol
pub enum Slol {
_0 = 0,
_1 = 1,
}Expand description
Sticky Loss-of-Lock Reset
Value on reset: 0
Variants§
_0 = 0
0: Reset not caused by a loss of lock in the PLL/FLL
_1 = 1
1: Reset caused by a loss of lock in the PLL/FLL
Trait Implementations§
impl Copy for Slol
impl Eq for Slol
impl StructuralPartialEq for Slol
Auto Trait Implementations§
impl Freeze for Slol
impl RefUnwindSafe for Slol
impl Send for Slol
impl Sync for Slol
impl Unpin for Slol
impl UnwindSafe for Slol
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