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