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