#[repr(transparent)]pub struct Apllsscgstat(pub u32);Expand description
APLL SSCG Status Register
Tuple Fields§
§0: u32Implementations§
Source§impl Apllsscgstat
impl Apllsscgstat
Sourcepub const fn ss_mdiv_ack(&self) -> bool
pub const fn ss_mdiv_ack(&self) -> bool
SS_MDIV change acknowledge
Sourcepub const fn set_ss_mdiv_ack(&mut self, val: bool)
pub const fn set_ss_mdiv_ack(&mut self, val: bool)
SS_MDIV change acknowledge
Trait Implementations§
Source§impl Clone for Apllsscgstat
impl Clone for Apllsscgstat
Source§fn clone(&self) -> Apllsscgstat
fn clone(&self) -> Apllsscgstat
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Apllsscgstat
impl Debug for Apllsscgstat
Source§impl Default for Apllsscgstat
impl Default for Apllsscgstat
Source§fn default() -> Apllsscgstat
fn default() -> Apllsscgstat
Returns the “default value” for a type. Read more
Source§impl PartialEq for Apllsscgstat
impl PartialEq for Apllsscgstat
impl Copy for Apllsscgstat
impl Eq for Apllsscgstat
impl StructuralPartialEq for Apllsscgstat
Auto Trait Implementations§
impl Freeze for Apllsscgstat
impl RefUnwindSafe for Apllsscgstat
impl Send for Apllsscgstat
impl Sync for Apllsscgstat
impl Unpin for Apllsscgstat
impl UnwindSafe for Apllsscgstat
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