Struct esp32_hal::pac::dport::pro_dcache_dbug3::W
pub struct W(_);
Expand description
Register PRO_DCACHE_DBUG3
writer
Implementations§
§impl W
impl W
pub fn pro_cpu_disabled_cache_ia_opposite(
&mut self
) -> BitWriterRaw<'_, u32, PRO_DCACHE_DBUG3_SPEC, bool, BitM, 9>
pub fn pro_cpu_disabled_cache_ia_opposite(
&mut self
) -> BitWriterRaw<'_, u32, PRO_DCACHE_DBUG3_SPEC, bool, BitM, 9>
Bit 9
pub fn pro_cpu_disabled_cache_ia_dram1(
&mut self
) -> BitWriterRaw<'_, u32, PRO_DCACHE_DBUG3_SPEC, bool, BitM, 10>
pub fn pro_cpu_disabled_cache_ia_dram1(
&mut self
) -> BitWriterRaw<'_, u32, PRO_DCACHE_DBUG3_SPEC, bool, BitM, 10>
Bit 10
pub fn pro_cpu_disabled_cache_ia_irom0(
&mut self
) -> BitWriterRaw<'_, u32, PRO_DCACHE_DBUG3_SPEC, bool, BitM, 11>
pub fn pro_cpu_disabled_cache_ia_irom0(
&mut self
) -> BitWriterRaw<'_, u32, PRO_DCACHE_DBUG3_SPEC, bool, BitM, 11>
Bit 11
pub fn pro_cpu_disabled_cache_ia_iram1(
&mut self
) -> BitWriterRaw<'_, u32, PRO_DCACHE_DBUG3_SPEC, bool, BitM, 12>
pub fn pro_cpu_disabled_cache_ia_iram1(
&mut self
) -> BitWriterRaw<'_, u32, PRO_DCACHE_DBUG3_SPEC, bool, BitM, 12>
Bit 12
pub fn pro_cpu_disabled_cache_ia_iram0(
&mut self
) -> BitWriterRaw<'_, u32, PRO_DCACHE_DBUG3_SPEC, bool, BitM, 13>
pub fn pro_cpu_disabled_cache_ia_iram0(
&mut self
) -> BitWriterRaw<'_, u32, PRO_DCACHE_DBUG3_SPEC, bool, BitM, 13>
Bit 13
pub fn pro_cpu_disabled_cache_ia_drom0(
&mut self
) -> BitWriterRaw<'_, u32, PRO_DCACHE_DBUG3_SPEC, bool, BitM, 14>
pub fn pro_cpu_disabled_cache_ia_drom0(
&mut self
) -> BitWriterRaw<'_, u32, PRO_DCACHE_DBUG3_SPEC, bool, BitM, 14>
Bit 14
Methods from Deref<Target = W<PRO_DCACHE_DBUG3_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Safety
Read datasheet or reference manual to find what values are allowed to pass.
Trait Implementations§
§impl From<W<PRO_DCACHE_DBUG3_SPEC>> for W
impl From<W<PRO_DCACHE_DBUG3_SPEC>> for W
§fn from(writer: W<PRO_DCACHE_DBUG3_SPEC>) -> W
fn from(writer: W<PRO_DCACHE_DBUG3_SPEC>) -> W
Converts to this type from the input type.