pub struct W(/* private fields */);
Expand description
Register dsp_clk
writer
Implementations§
source§impl W
impl W
sourcepub fn factor_m(&mut self) -> FACTOR_M_W<'_, 0>
pub fn factor_m(&mut self) -> FACTOR_M_W<'_, 0>
Bits 0:4 - Factor M
sourcepub fn clk_src_sel(&mut self) -> CLK_SRC_SEL_W<'_, 24>
pub fn clk_src_sel(&mut self) -> CLK_SRC_SEL_W<'_, 24>
Bits 24:26 - Clock Source Select
sourcepub fn clk_gating(&mut self) -> CLK_GATING_W<'_, 31>
pub fn clk_gating(&mut self) -> CLK_GATING_W<'_, 31>
Bit 31 - Gating Clock
Methods from Deref<Target = W<DSP_CLK_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