pub struct W(_);
Expand description
Register PD_CONF
writer
Implementations§
source§impl W
impl W
sourcepub fn dma_ram_force_pd(&mut self) -> DMA_RAM_FORCE_PD_W<'_, 4>
pub fn dma_ram_force_pd(&mut self) -> DMA_RAM_FORCE_PD_W<'_, 4>
Bit 4 - Set this bit to force power down DMA internal memory.
sourcepub fn dma_ram_force_pu(&mut self) -> DMA_RAM_FORCE_PU_W<'_, 5>
pub fn dma_ram_force_pu(&mut self) -> DMA_RAM_FORCE_PU_W<'_, 5>
Bit 5 - Set this bit to force power up DMA internal memory
sourcepub fn dma_ram_clk_fo(&mut self) -> DMA_RAM_CLK_FO_W<'_, 6>
pub fn dma_ram_clk_fo(&mut self) -> DMA_RAM_CLK_FO_W<'_, 6>
Bit 6 - 1: Force to open the clock and bypass the gate-clock when accessing the RAM in DMA. 0: A gate-clock will be used when accessing the RAM in DMA.
Methods from Deref<Target = W<PD_CONF_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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