pub struct W(_);
Expand description
Register PRO_CACHE_CTRL
writer
Implementations
sourceimpl W
impl W
sourcepub fn pro_cache_mode(&mut self) -> PRO_CACHE_MODE_W<'_>
pub fn pro_cache_mode(&mut self) -> PRO_CACHE_MODE_W<'_>
Bit 2
sourcepub fn pro_cache_enable(&mut self) -> PRO_CACHE_ENABLE_W<'_>
pub fn pro_cache_enable(&mut self) -> PRO_CACHE_ENABLE_W<'_>
Bit 3
sourcepub fn pro_cache_flush_ena(&mut self) -> PRO_CACHE_FLUSH_ENA_W<'_>
pub fn pro_cache_flush_ena(&mut self) -> PRO_CACHE_FLUSH_ENA_W<'_>
Bit 4
sourcepub fn pro_cache_lock_0_en(&mut self) -> PRO_CACHE_LOCK_0_EN_W<'_>
pub fn pro_cache_lock_0_en(&mut self) -> PRO_CACHE_LOCK_0_EN_W<'_>
Bit 6
sourcepub fn pro_cache_lock_1_en(&mut self) -> PRO_CACHE_LOCK_1_EN_W<'_>
pub fn pro_cache_lock_1_en(&mut self) -> PRO_CACHE_LOCK_1_EN_W<'_>
Bit 7
sourcepub fn pro_cache_lock_2_en(&mut self) -> PRO_CACHE_LOCK_2_EN_W<'_>
pub fn pro_cache_lock_2_en(&mut self) -> PRO_CACHE_LOCK_2_EN_W<'_>
Bit 8
sourcepub fn pro_cache_lock_3_en(&mut self) -> PRO_CACHE_LOCK_3_EN_W<'_>
pub fn pro_cache_lock_3_en(&mut self) -> PRO_CACHE_LOCK_3_EN_W<'_>
Bit 9
sourcepub fn pro_single_iram_ena(&mut self) -> PRO_SINGLE_IRAM_ENA_W<'_>
pub fn pro_single_iram_ena(&mut self) -> PRO_SINGLE_IRAM_ENA_W<'_>
Bit 10
sourcepub fn pro_dram_split(&mut self) -> PRO_DRAM_SPLIT_W<'_>
pub fn pro_dram_split(&mut self) -> PRO_DRAM_SPLIT_W<'_>
Bit 11
sourcepub fn pro_dram_hl(&mut self) -> PRO_DRAM_HL_W<'_>
pub fn pro_dram_hl(&mut self) -> PRO_DRAM_HL_W<'_>
Bit 16
Methods from Deref<Target = W<PRO_CACHE_CTRL_SPEC>>
Trait Implementations
sourceimpl From<W<PRO_CACHE_CTRL_SPEC>> for W
impl From<W<PRO_CACHE_CTRL_SPEC>> for W
sourcefn from(writer: W<PRO_CACHE_CTRL_SPEC>) -> Self
fn from(writer: W<PRO_CACHE_CTRL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more