pub enum SSE {
Disabled = 0,
Enabled = 1,
}
Expand description
Spread spectrum enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for SSE
impl Eq for SSE
impl StructuralPartialEq for SSE
Auto Trait Implementations§
impl Freeze for SSE
impl RefUnwindSafe for SSE
impl Send for SSE
impl Sync for SSE
impl Unpin for SSE
impl UnwindSafe for SSE
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