Struct esp32::dport::app_cache_ctrl1::W
source · pub struct W(_);
Expand description
Register APP_CACHE_CTRL1
writer
Implementations§
source§impl W
impl W
sourcepub fn app_cache_mask_iram0(&mut self) -> APP_CACHE_MASK_IRAM0_W<'_, 0>
pub fn app_cache_mask_iram0(&mut self) -> APP_CACHE_MASK_IRAM0_W<'_, 0>
Bit 0
sourcepub fn app_cache_mask_iram1(&mut self) -> APP_CACHE_MASK_IRAM1_W<'_, 1>
pub fn app_cache_mask_iram1(&mut self) -> APP_CACHE_MASK_IRAM1_W<'_, 1>
Bit 1
sourcepub fn app_cache_mask_irom0(&mut self) -> APP_CACHE_MASK_IROM0_W<'_, 2>
pub fn app_cache_mask_irom0(&mut self) -> APP_CACHE_MASK_IROM0_W<'_, 2>
Bit 2
sourcepub fn app_cache_mask_dram1(&mut self) -> APP_CACHE_MASK_DRAM1_W<'_, 3>
pub fn app_cache_mask_dram1(&mut self) -> APP_CACHE_MASK_DRAM1_W<'_, 3>
Bit 3
sourcepub fn app_cache_mask_drom0(&mut self) -> APP_CACHE_MASK_DROM0_W<'_, 4>
pub fn app_cache_mask_drom0(&mut self) -> APP_CACHE_MASK_DROM0_W<'_, 4>
Bit 4
sourcepub fn app_cache_mask_opsdram(&mut self) -> APP_CACHE_MASK_OPSDRAM_W<'_, 5>
pub fn app_cache_mask_opsdram(&mut self) -> APP_CACHE_MASK_OPSDRAM_W<'_, 5>
Bit 5
sourcepub fn app_cmmu_sram_page_mode(&mut self) -> APP_CMMU_SRAM_PAGE_MODE_W<'_, 6>
pub fn app_cmmu_sram_page_mode(&mut self) -> APP_CMMU_SRAM_PAGE_MODE_W<'_, 6>
Bits 6:8
sourcepub fn app_cmmu_flash_page_mode(&mut self) -> APP_CMMU_FLASH_PAGE_MODE_W<'_, 9>
pub fn app_cmmu_flash_page_mode(&mut self) -> APP_CMMU_FLASH_PAGE_MODE_W<'_, 9>
Bits 9:10
sourcepub fn app_cmmu_force_on(&mut self) -> APP_CMMU_FORCE_ON_W<'_, 11>
pub fn app_cmmu_force_on(&mut self) -> APP_CMMU_FORCE_ON_W<'_, 11>
Bit 11
sourcepub fn app_cmmu_pd(&mut self) -> APP_CMMU_PD_W<'_, 12>
pub fn app_cmmu_pd(&mut self) -> APP_CMMU_PD_W<'_, 12>
Bit 12
sourcepub fn app_cache_mmu_ia_clr(&mut self) -> APP_CACHE_MMU_IA_CLR_W<'_, 13>
pub fn app_cache_mmu_ia_clr(&mut self) -> APP_CACHE_MMU_IA_CLR_W<'_, 13>
Bit 13
Methods from Deref<Target = W<APP_CACHE_CTRL1_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more