Struct d1_pac::ccu::pll_lock_dbg_ctrl::W
source · pub struct W(/* private fields */);
Expand description
Register pll_lock_dbg_ctrl
writer
Implementations§
source§impl W
impl W
sourcepub fn clk_src_sel(&mut self) -> CLK_SRC_SEL_W<'_, 20>
pub fn clk_src_sel(&mut self) -> CLK_SRC_SEL_W<'_, 20>
Bits 20:22 - Clock Source Select
sourcepub fn pll_lock_flag_en(&mut self) -> PLL_LOCK_FLAG_EN_W<'_, 31>
pub fn pll_lock_flag_en(&mut self) -> PLL_LOCK_FLAG_EN_W<'_, 31>
Bit 31 - Debug Enable
Methods from Deref<Target = W<PLL_LOCK_DBG_CTRL_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 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