Enum Lol
pub enum Lol {
_0 = 0,
_1 = 1,
}Expand description
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 Lol
impl Eq for Lol
impl StructuralPartialEq for Lol
Auto Trait Implementations§
impl Freeze for Lol
impl RefUnwindSafe for Lol
impl Send for Lol
impl Sync for Lol
impl Unpin for Lol
impl UnwindSafe for Lol
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