pub struct R(/* private fields */);Expand description
Register PLL1CTRL reader
Implementations§
Source§impl R
impl R
Sourcepub fn bypasspll(&self) -> BYPASSPLL_R
pub fn bypasspll(&self) -> BYPASSPLL_R
Bit 15 - Bypass PLL input clock is sent directly to the PLL output (default).
Sourcepub fn bypasspostdiv2(&self) -> BYPASSPOSTDIV2_R
pub fn bypasspostdiv2(&self) -> BYPASSPOSTDIV2_R
Bit 16 - bypass of the divide-by-2 divider in the post-divider.
Sourcepub fn limupoff(&self) -> LIMUPOFF_R
pub fn limupoff(&self) -> LIMUPOFF_R
Bit 17 - limup_off = 1 in spread spectrum and fractional PLL applications.
Sourcepub fn bwdirect(&self) -> BWDIRECT_R
pub fn bwdirect(&self) -> BWDIRECT_R
Bit 18 - control of the bandwidth of the PLL.
Sourcepub fn bypassprediv(&self) -> BYPASSPREDIV_R
pub fn bypassprediv(&self) -> BYPASSPREDIV_R
Bit 19 - bypass of the pre-divider.
Sourcepub fn bypasspostdiv(&self) -> BYPASSPOSTDIV_R
pub fn bypasspostdiv(&self) -> BYPASSPOSTDIV_R
Bit 20 - bypass of the post-divider.
Sourcepub fn frmclkstable(&self) -> FRMCLKSTABLE_R
pub fn frmclkstable(&self) -> FRMCLKSTABLE_R
Bit 23 - free running mode clockstable: Warning: Only make frm_clockstable = 1 after the PLL output frequency is stable.
Methods from Deref<Target = R<PLL1CTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnsafeUnpin for R
impl UnwindSafe for R
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