Enum Spllvld
pub enum Spllvld {
_0 = 0,
_1 = 1,
}Expand description
System PLL Valid
Value on reset: 0
Variants§
_0 = 0
0: System PLL is not enabled or clock is not valid
_1 = 1
1: System PLL is enabled and output clock is valid
Trait Implementations§
impl Copy for Spllvld
impl Eq for Spllvld
impl StructuralPartialEq for Spllvld
Auto Trait Implementations§
impl Freeze for Spllvld
impl RefUnwindSafe for Spllvld
impl Send for Spllvld
impl Sync for Spllvld
impl Unpin for Spllvld
impl UnwindSafe for Spllvld
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