Type Alias esp32h2::dma::misc_conf::W

source ·
pub type W = W<MISC_CONF_SPEC>;
Expand description

Register MISC_CONF writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn ahbm_rst_inter(&mut self) -> AHBM_RST_INTER_W<'_, MISC_CONF_SPEC>

Bit 0 - Set this bit then clear this bit to reset the internal ahb FSM.

source

pub fn arb_pri_dis(&mut self) -> ARB_PRI_DIS_W<'_, MISC_CONF_SPEC>

Bit 2 - Set this bit to disable priority arbitration function.

source

pub fn clk_en(&mut self) -> CLK_EN_W<'_, MISC_CONF_SPEC>

Bit 3 - 1’h1: Force clock on for register. 1’h0: Support clock only when application writes registers.

source

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self

Writes raw bits to the register.

§Safety

Passing incorrect value can cause undefined behaviour. See reference manual