pub enum SSCGEN_A {
Disabled,
Enabled,
}
Expand description
Spread spectrum modulation enable
Value on reset: 0
Variants
Disabled
0: Spread spectrum modulation disabled
Enabled
1: Spread spectrum modulation enabled
Trait Implementations
impl Copy for SSCGEN_A
impl StructuralPartialEq for SSCGEN_A
Auto Trait Implementations
impl RefUnwindSafe for SSCGEN_A
impl Send for SSCGEN_A
impl Sync for SSCGEN_A
impl Unpin for SSCGEN_A
impl UnwindSafe for SSCGEN_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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