Type Alias esp32s3::dma::pd_conf::R

source ·
pub type R = R<PD_CONF_SPEC>;
Expand description

Register PD_CONF reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn dma_ram_force_pd(&self) -> DMA_RAM_FORCE_PD_R

Bit 4 - Set this bit to force power down DMA internal memory.

source

pub fn dma_ram_force_pu(&self) -> DMA_RAM_FORCE_PU_R

Bit 5 - Set this bit to force power up DMA internal memory

source

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.