#[repr(transparent)]pub struct Apllsscg1(pub u32);Expand description
APLL Spread Spectrum Control 1 Register
Tuple Fields§
§0: u32Implementations§
Source§impl Apllsscg1
impl Apllsscg1
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 mc(&self) -> Apllsscg1Mc
pub const fn mc(&self) -> Apllsscg1Mc
Modulation Waveform Control
Sourcepub const fn set_mc(&mut self, val: Apllsscg1Mc)
pub const fn set_mc(&mut self, val: Apllsscg1Mc)
Modulation Waveform Control
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 Apllsscg1
impl Eq for Apllsscg1
impl StructuralPartialEq for Apllsscg1
Auto Trait Implementations§
impl Freeze for Apllsscg1
impl RefUnwindSafe for Apllsscg1
impl Send for Apllsscg1
impl Sync for Apllsscg1
impl Unpin for Apllsscg1
impl UnwindSafe for Apllsscg1
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