Struct d1_pac::ccu::cpu_axi_cfg::W
source · pub struct W(/* private fields */);
Expand description
Register cpu_axi_cfg
writer
Implementations§
source§impl W
impl W
sourcepub fn cpu_div1(&mut self) -> CPU_DIV1_W<'_, 0>
pub fn cpu_div1(&mut self) -> CPU_DIV1_W<'_, 0>
Bits 0:1 - Factor M
sourcepub fn cpu_div2(&mut self) -> CPU_DIV2_W<'_, 8>
pub fn cpu_div2(&mut self) -> CPU_DIV2_W<'_, 8>
Bits 8:9 - Factor N
sourcepub fn pll_cpu_out_ext_divp(&mut self) -> PLL_CPU_OUT_EXT_DIVP_W<'_, 16>
pub fn pll_cpu_out_ext_divp(&mut self) -> PLL_CPU_OUT_EXT_DIVP_W<'_, 16>
Bits 16:17 - PLL Output External Divider P
sourcepub fn cpu_clk_sel(&mut self) -> CPU_CLK_SEL_W<'_, 24>
pub fn cpu_clk_sel(&mut self) -> CPU_CLK_SEL_W<'_, 24>
Bits 24:26 - Clock Source Select
Methods from Deref<Target = W<CPU_AXI_CFG_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