Type Alias esp32s3::extmem::dcache_ctrl1::W
source · pub type W = W<DCACHE_CTRL1_SPEC>;Expand description
Register DCACHE_CTRL1 writer
Aliased Type§
struct W { /* private fields */ }Implementations§
source§impl W
impl W
sourcepub fn dcache_shut_core0_bus(
&mut self
) -> DCACHE_SHUT_CORE0_BUS_W<'_, DCACHE_CTRL1_SPEC>
pub fn dcache_shut_core0_bus( &mut self ) -> DCACHE_SHUT_CORE0_BUS_W<'_, DCACHE_CTRL1_SPEC>
Bit 0 - The bit is used to disable core0 dbus, 0: enable, 1: disable
sourcepub fn dcache_shut_core1_bus(
&mut self
) -> DCACHE_SHUT_CORE1_BUS_W<'_, DCACHE_CTRL1_SPEC>
pub fn dcache_shut_core1_bus( &mut self ) -> DCACHE_SHUT_CORE1_BUS_W<'_, DCACHE_CTRL1_SPEC>
Bit 1 - The bit is used to disable core1 dbus, 0: enable, 1: disable