pub struct W(_);
Expand description
Register PD_CONF
writer
Implementations
sourceimpl W
impl W
sourcepub fn fifo_force_pd(&mut self) -> FIFO_FORCE_PD_W<'_, 0>
pub fn fifo_force_pd(&mut self) -> FIFO_FORCE_PD_W<'_, 0>
Bit 0 - Force FIFO power-down.
sourcepub fn fifo_force_pu(&mut self) -> FIFO_FORCE_PU_W<'_, 1>
pub fn fifo_force_pu(&mut self) -> FIFO_FORCE_PU_W<'_, 1>
Bit 1 - Force FIFO power-up.
sourcepub fn plc_mem_force_pd(&mut self) -> PLC_MEM_FORCE_PD_W<'_, 2>
pub fn plc_mem_force_pd(&mut self) -> PLC_MEM_FORCE_PD_W<'_, 2>
Bit 2 - Force I2S memory power-down.
sourcepub fn plc_mem_force_pu(&mut self) -> PLC_MEM_FORCE_PU_W<'_, 3>
pub fn plc_mem_force_pu(&mut self) -> PLC_MEM_FORCE_PU_W<'_, 3>
Bit 3 - Force I2S memory power-up.
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 - Force DMA FIFO power-down.
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 - Force DMA FIFO power-up.
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 - Set this bit to force on DMA RAM clock.
Methods from Deref<Target = W<PD_CONF_SPEC>>
Trait Implementations
sourceimpl From<W<PD_CONF_SPEC>> for W
impl From<W<PD_CONF_SPEC>> for W
sourcefn from(writer: W<PD_CONF_SPEC>) -> Self
fn from(writer: W<PD_CONF_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more