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