pub struct W(/* private fields */);
Expand description
Register dram_clk
writer
Implementations§
source§impl W
impl W
sourcepub fn dram_div1(&mut self) -> DRAM_DIV1_W<'_, 0>
pub fn dram_div1(&mut self) -> DRAM_DIV1_W<'_, 0>
Bits 0:1 - Factor M
sourcepub fn dram_div2(&mut self) -> DRAM_DIV2_W<'_, 8>
pub fn dram_div2(&mut self) -> DRAM_DIV2_W<'_, 8>
Bits 8:9 - Factor N
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 sdrclk_upd(&mut self) -> SDRCLK_UPD_W<'_, 27>
pub fn sdrclk_upd(&mut self) -> SDRCLK_UPD_W<'_, 27>
Bit 27 - SDRCLK Configuration 0 Update
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<DRAM_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