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