pub type W = W<PRO_ICACHE_TAG_POWER_CTRL_SPEC>;
Expand description

Register PRO_ICACHE_TAG_POWER_CTRL writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn pro_icache_tag_mem_force_on( &mut self ) -> PRO_ICACHE_TAG_MEM_FORCE_ON_W<'_, PRO_ICACHE_TAG_POWER_CTRL_SPEC, 0>

Bit 0 - The bit is used to close clock gating of icache tag memory. 1: close gating, 0: open clock gating.

source

pub fn pro_icache_tag_mem_force_pd( &mut self ) -> PRO_ICACHE_TAG_MEM_FORCE_PD_W<'_, PRO_ICACHE_TAG_POWER_CTRL_SPEC, 1>

Bit 1 - The bit is used to power icache tag memory down, 0: follow rtc_lslp, 1: power down

source

pub fn pro_icache_tag_mem_force_pu( &mut self ) -> PRO_ICACHE_TAG_MEM_FORCE_PU_W<'_, PRO_ICACHE_TAG_POWER_CTRL_SPEC, 2>

Bit 2 - The bit is used to power icache tag memory down, 0: follow rtc_lslp, 1: power up

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