Struct esp32_hal::pac::dport::app_cache_ctrl1::W
pub struct W(_);
Expand description
Register APP_CACHE_CTRL1
writer
Implementations§
§impl W
impl W
pub fn app_cache_mask_iram0(
&mut self
) -> BitWriterRaw<'_, u32, APP_CACHE_CTRL1_SPEC, bool, BitM, 0>
pub fn app_cache_mask_iram0(
&mut self
) -> BitWriterRaw<'_, u32, APP_CACHE_CTRL1_SPEC, bool, BitM, 0>
Bit 0
pub fn app_cache_mask_iram1(
&mut self
) -> BitWriterRaw<'_, u32, APP_CACHE_CTRL1_SPEC, bool, BitM, 1>
pub fn app_cache_mask_iram1(
&mut self
) -> BitWriterRaw<'_, u32, APP_CACHE_CTRL1_SPEC, bool, BitM, 1>
Bit 1
pub fn app_cache_mask_irom0(
&mut self
) -> BitWriterRaw<'_, u32, APP_CACHE_CTRL1_SPEC, bool, BitM, 2>
pub fn app_cache_mask_irom0(
&mut self
) -> BitWriterRaw<'_, u32, APP_CACHE_CTRL1_SPEC, bool, BitM, 2>
Bit 2
pub fn app_cache_mask_dram1(
&mut self
) -> BitWriterRaw<'_, u32, APP_CACHE_CTRL1_SPEC, bool, BitM, 3>
pub fn app_cache_mask_dram1(
&mut self
) -> BitWriterRaw<'_, u32, APP_CACHE_CTRL1_SPEC, bool, BitM, 3>
Bit 3
pub fn app_cache_mask_drom0(
&mut self
) -> BitWriterRaw<'_, u32, APP_CACHE_CTRL1_SPEC, bool, BitM, 4>
pub fn app_cache_mask_drom0(
&mut self
) -> BitWriterRaw<'_, u32, APP_CACHE_CTRL1_SPEC, bool, BitM, 4>
Bit 4
pub fn app_cache_mask_opsdram(
&mut self
) -> BitWriterRaw<'_, u32, APP_CACHE_CTRL1_SPEC, bool, BitM, 5>
pub fn app_cache_mask_opsdram(
&mut self
) -> BitWriterRaw<'_, u32, APP_CACHE_CTRL1_SPEC, bool, BitM, 5>
Bit 5
pub fn app_cmmu_sram_page_mode(
&mut self
) -> FieldWriterRaw<'_, u32, APP_CACHE_CTRL1_SPEC, u8, u8, Unsafe, 3, 6>
pub fn app_cmmu_sram_page_mode(
&mut self
) -> FieldWriterRaw<'_, u32, APP_CACHE_CTRL1_SPEC, u8, u8, Unsafe, 3, 6>
Bits 6:8
pub fn app_cmmu_flash_page_mode(
&mut self
) -> FieldWriterRaw<'_, u32, APP_CACHE_CTRL1_SPEC, u8, u8, Unsafe, 2, 9>
pub fn app_cmmu_flash_page_mode(
&mut self
) -> FieldWriterRaw<'_, u32, APP_CACHE_CTRL1_SPEC, u8, u8, Unsafe, 2, 9>
Bits 9:10
pub fn app_cmmu_force_on(
&mut self
) -> BitWriterRaw<'_, u32, APP_CACHE_CTRL1_SPEC, bool, BitM, 11>
pub fn app_cmmu_force_on(
&mut self
) -> BitWriterRaw<'_, u32, APP_CACHE_CTRL1_SPEC, bool, BitM, 11>
Bit 11
pub fn app_cmmu_pd(
&mut self
) -> BitWriterRaw<'_, u32, APP_CACHE_CTRL1_SPEC, bool, BitM, 12>
pub fn app_cmmu_pd(
&mut self
) -> BitWriterRaw<'_, u32, APP_CACHE_CTRL1_SPEC, bool, BitM, 12>
Bit 12
pub fn app_cache_mmu_ia_clr(
&mut self
) -> BitWriterRaw<'_, u32, APP_CACHE_CTRL1_SPEC, bool, BitM, 13>
pub fn app_cache_mmu_ia_clr(
&mut self
) -> BitWriterRaw<'_, u32, APP_CACHE_CTRL1_SPEC, bool, BitM, 13>
Bit 13
Methods from Deref<Target = W<APP_CACHE_CTRL1_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<APP_CACHE_CTRL1_SPEC>> for W
impl From<W<APP_CACHE_CTRL1_SPEC>> for W
§fn from(writer: W<APP_CACHE_CTRL1_SPEC>) -> W
fn from(writer: W<APP_CACHE_CTRL1_SPEC>) -> W
Converts to this type from the input type.