Struct d1_pac::ccu::pll_cpu_tun::W
source · pub struct W(/* private fields */);
Expand description
Register pll_cpu_tun
writer
Implementations§
source§impl W
impl W
sourcepub fn pll_reg_od1(&mut self) -> PLL_REG_OD1_W<'_, 7>
pub fn pll_reg_od1(&mut self) -> PLL_REG_OD1_W<'_, 7>
Bit 7 - PLL-REG-OD1 for verify
sourcepub fn pll_b_in(&mut self) -> PLL_B_IN_W<'_, 8>
pub fn pll_b_in(&mut self) -> PLL_B_IN_W<'_, 8>
Bits 8:14 - PLL-B-IN [6:0] for verify
sourcepub fn pll_reg_od(&mut self) -> PLL_REG_OD_W<'_, 15>
pub fn pll_reg_od(&mut self) -> PLL_REG_OD_W<'_, 15>
Bit 15 - PLL-REG-OD0 for verify
sourcepub fn pll_cnt_int(&mut self) -> PLL_CNT_INT_W<'_, 16>
pub fn pll_cnt_int(&mut self) -> PLL_CNT_INT_W<'_, 16>
Bits 16:22 - Counter initial control
sourcepub fn pll_vco_gain(&mut self) -> PLL_VCO_GAIN_W<'_, 24>
pub fn pll_vco_gain(&mut self) -> PLL_VCO_GAIN_W<'_, 24>
Bits 24:26 - KVCO gain control
Methods from Deref<Target = W<PLL_CPU_TUN_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