Struct d1_pac::ccu::pll_cpu_tun::R
source · pub struct R(/* private fields */);
Expand description
Register pll_cpu_tun
reader
Implementations§
source§impl R
impl R
sourcepub fn pll_b_out(&self) -> PLL_B_OUT_R
pub fn pll_b_out(&self) -> PLL_B_OUT_R
Bits 0:6 - PLL-B-OUT [6:0] for verify
sourcepub fn pll_reg_od1(&self) -> PLL_REG_OD1_R
pub fn pll_reg_od1(&self) -> PLL_REG_OD1_R
Bit 7 - PLL-REG-OD1 for verify
sourcepub fn pll_b_in(&self) -> PLL_B_IN_R
pub fn pll_b_in(&self) -> PLL_B_IN_R
Bits 8:14 - PLL-B-IN [6:0] for verify
sourcepub fn pll_reg_od(&self) -> PLL_REG_OD_R
pub fn pll_reg_od(&self) -> PLL_REG_OD_R
Bit 15 - PLL-REG-OD0 for verify
sourcepub fn pll_cnt_int(&self) -> PLL_CNT_INT_R
pub fn pll_cnt_int(&self) -> PLL_CNT_INT_R
Bits 16:22 - Counter initial control
sourcepub fn pll_vco_gain(&self) -> PLL_VCO_GAIN_R
pub fn pll_vco_gain(&self) -> PLL_VCO_GAIN_R
Bits 24:26 - KVCO gain control
Methods from Deref<Target = R<PLL_CPU_TUN_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