pub enum LOL_A {
_0,
_1,
}
Expand description
Loss-of-Lock Reset
Value on reset: 0
Variants
_0
0: Reset not caused by a loss of lock in the PLL/FLL
_1
1: Reset caused by a loss of lock in the PLL/FLL
Trait Implementations
impl Copy for LOL_A
impl StructuralPartialEq for LOL_A
Auto Trait Implementations
impl RefUnwindSafe for LOL_A
impl Send for LOL_A
impl Sync for LOL_A
impl Unpin for LOL_A
impl UnwindSafe for LOL_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more