Struct esp32s3_hal::pac::dma::pd_conf::R
pub struct R(_);
Expand description
Register PD_CONF
reader
Implementations§
§impl R
impl R
pub fn dma_ram_force_pd(&self) -> BitReaderRaw<bool>
pub fn dma_ram_force_pd(&self) -> BitReaderRaw<bool>
Bit 4 - Set this bit to force power down DMA internal memory.
pub fn dma_ram_force_pu(&self) -> BitReaderRaw<bool>
pub fn dma_ram_force_pu(&self) -> BitReaderRaw<bool>
Bit 5 - Set this bit to force power up DMA internal memory
pub fn dma_ram_clk_fo(&self) -> BitReaderRaw<bool>
pub fn dma_ram_clk_fo(&self) -> BitReaderRaw<bool>
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>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<PD_CONF_SPEC>> for R
impl From<R<PD_CONF_SPEC>> for R
§fn from(reader: R<PD_CONF_SPEC>) -> R
fn from(reader: R<PD_CONF_SPEC>) -> R
Converts to this type from the input type.