Enum Spllcm
pub enum Spllcm {
_0 = 0,
_1 = 1,
}Expand description
System PLL Clock Monitor
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Spllcm
impl Eq for Spllcm
impl StructuralPartialEq for Spllcm
Auto Trait Implementations§
impl Freeze for Spllcm
impl RefUnwindSafe for Spllcm
impl Send for Spllcm
impl Sync for Spllcm
impl Unpin for Spllcm
impl UnwindSafe for Spllcm
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