#[repr(transparent)]pub struct Pll1stat(pub u32);Expand description
PLL1 550m status
Tuple Fields§
§0: u32Implementations§
Source§impl Pll1stat
impl Pll1stat
Sourcepub const fn lock(&self) -> bool
pub const fn lock(&self) -> bool
lock detector output (active high) Warning: The lock signal is only reliable between fref[2] :100 kHz to 20 MHz.
Sourcepub const fn set_lock(&mut self, val: bool)
pub const fn set_lock(&mut self, val: bool)
lock detector output (active high) Warning: The lock signal is only reliable between fref[2] :100 kHz to 20 MHz.
Sourcepub const fn set_predivack(&mut self, val: bool)
pub const fn set_predivack(&mut self, val: bool)
pre-divider ratio change acknowledge.
Sourcepub const fn feeddivack(&self) -> bool
pub const fn feeddivack(&self) -> bool
feedback divider ratio change acknowledge.
Sourcepub const fn set_feeddivack(&mut self, val: bool)
pub const fn set_feeddivack(&mut self, val: bool)
feedback divider ratio change acknowledge.
Sourcepub const fn postdivack(&self) -> bool
pub const fn postdivack(&self) -> bool
post-divider ratio change acknowledge.
Sourcepub const fn set_postdivack(&mut self, val: bool)
pub const fn set_postdivack(&mut self, val: bool)
post-divider ratio change acknowledge.
Sourcepub const fn set_frmdet(&mut self, val: bool)
pub const fn set_frmdet(&mut self, val: bool)
free running detector output (active high).
Trait Implementations§
impl Copy for Pll1stat
impl Eq for Pll1stat
impl StructuralPartialEq for Pll1stat
Auto Trait Implementations§
impl Freeze for Pll1stat
impl RefUnwindSafe for Pll1stat
impl Send for Pll1stat
impl Sync for Pll1stat
impl Unpin for Pll1stat
impl UnwindSafe for Pll1stat
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