pub struct R(_);
Expand description
Register PD_CONF
reader
Implementations
sourceimpl R
impl R
sourcepub fn dma_ram_force_pd(&self) -> DMA_RAM_FORCE_PD_R
pub fn dma_ram_force_pd(&self) -> DMA_RAM_FORCE_PD_R
Bit 4 - Set this bit to force power down DMA internal memory.
sourcepub fn dma_ram_force_pu(&self) -> DMA_RAM_FORCE_PU_R
pub fn dma_ram_force_pu(&self) -> DMA_RAM_FORCE_PU_R
Bit 5 - Set this bit to force power up DMA internal memory
sourcepub fn dma_ram_clk_fo(&self) -> DMA_RAM_CLK_FO_R
pub fn dma_ram_clk_fo(&self) -> DMA_RAM_CLK_FO_R
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 = R<PD_CONF_SPEC>>
Trait Implementations
sourceimpl From<R<PD_CONF_SPEC>> for R
impl From<R<PD_CONF_SPEC>> for R
sourcefn from(reader: R<PD_CONF_SPEC>) -> Self
fn from(reader: R<PD_CONF_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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