#[repr(transparent)]pub struct Spllsscg1(pub u32);Expand description
SPLL Spread Spectrum Control 1 Register
Tuple Fields§
§0: u32Implementations§
Source§impl Spllsscg1
impl Spllsscg1
Sourcepub const fn ss_mdiv_msb(&self) -> bool
pub const fn ss_mdiv_msb(&self) -> bool
SS_MDIV[32]
Sourcepub const fn set_ss_mdiv_msb(&mut self, val: bool)
pub const fn set_ss_mdiv_msb(&mut self, val: bool)
SS_MDIV[32]
Sourcepub const fn ss_mdiv_req(&self) -> bool
pub const fn ss_mdiv_req(&self) -> bool
SS_MDIV[32:0] change request.
Sourcepub const fn set_ss_mdiv_req(&mut self, val: bool)
pub const fn set_ss_mdiv_req(&mut self, val: bool)
SS_MDIV[32:0] change request.
Sourcepub const fn set_dither(&mut self, val: bool)
pub const fn set_dither(&mut self, val: bool)
Dither Enable
Sourcepub const fn sel_ss_mdiv(&self) -> bool
pub const fn sel_ss_mdiv(&self) -> bool
SS_MDIV select.
Sourcepub const fn set_sel_ss_mdiv(&mut self, val: bool)
pub const fn set_sel_ss_mdiv(&mut self, val: bool)
SS_MDIV select.
Trait Implementations§
impl Copy for Spllsscg1
impl Eq for Spllsscg1
impl StructuralPartialEq for Spllsscg1
Auto Trait Implementations§
impl Freeze for Spllsscg1
impl RefUnwindSafe for Spllsscg1
impl Send for Spllsscg1
impl Sync for Spllsscg1
impl Unpin for Spllsscg1
impl UnwindSafe for Spllsscg1
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