pub type W = W<DCACHE_AUTOLOAD_CTRL_SPEC>;
Expand description
Register DCACHE_AUTOLOAD_CTRL
writer
Aliased Type§
struct W { /* private fields */ }
Implementations§
Source§impl W
impl W
Sourcepub fn dcache_autoload_sct0_ena(
&mut self,
) -> DCACHE_AUTOLOAD_SCT0_ENA_W<'_, DCACHE_AUTOLOAD_CTRL_SPEC>
pub fn dcache_autoload_sct0_ena( &mut self, ) -> DCACHE_AUTOLOAD_SCT0_ENA_W<'_, DCACHE_AUTOLOAD_CTRL_SPEC>
Bit 0 - The bits are used to enable the first section for autoload operation.
Sourcepub fn dcache_autoload_sct1_ena(
&mut self,
) -> DCACHE_AUTOLOAD_SCT1_ENA_W<'_, DCACHE_AUTOLOAD_CTRL_SPEC>
pub fn dcache_autoload_sct1_ena( &mut self, ) -> DCACHE_AUTOLOAD_SCT1_ENA_W<'_, DCACHE_AUTOLOAD_CTRL_SPEC>
Bit 1 - The bits are used to enable the second section for autoload operation.
Sourcepub fn dcache_autoload_ena(
&mut self,
) -> DCACHE_AUTOLOAD_ENA_W<'_, DCACHE_AUTOLOAD_CTRL_SPEC>
pub fn dcache_autoload_ena( &mut self, ) -> DCACHE_AUTOLOAD_ENA_W<'_, DCACHE_AUTOLOAD_CTRL_SPEC>
Bit 2 - The bit is used to enable and disable autoload operation. It is combined with dcache_autoload_done. 1: enable, 0: disable.
Sourcepub fn dcache_autoload_order(
&mut self,
) -> DCACHE_AUTOLOAD_ORDER_W<'_, DCACHE_AUTOLOAD_CTRL_SPEC>
pub fn dcache_autoload_order( &mut self, ) -> DCACHE_AUTOLOAD_ORDER_W<'_, DCACHE_AUTOLOAD_CTRL_SPEC>
Bit 4 - The bits are used to configure the direction of autoload. 1: descending, 0: ascending.
Sourcepub fn dcache_autoload_rqst(
&mut self,
) -> DCACHE_AUTOLOAD_RQST_W<'_, DCACHE_AUTOLOAD_CTRL_SPEC>
pub fn dcache_autoload_rqst( &mut self, ) -> DCACHE_AUTOLOAD_RQST_W<'_, DCACHE_AUTOLOAD_CTRL_SPEC>
Bits 5:6 - The bits are used to configure trigger conditions for autoload. 0/3: cache miss, 1: cache hit, 2: both cache miss and hit.
Sourcepub fn dcache_autoload_size(
&mut self,
) -> DCACHE_AUTOLOAD_SIZE_W<'_, DCACHE_AUTOLOAD_CTRL_SPEC>
pub fn dcache_autoload_size( &mut self, ) -> DCACHE_AUTOLOAD_SIZE_W<'_, DCACHE_AUTOLOAD_CTRL_SPEC>
Bits 7:8 - The bits are used to configure the numbers of the cache block for the issuing autoload operation.
Sourcepub fn dcache_autoload_buffer_clear(
&mut self,
) -> DCACHE_AUTOLOAD_BUFFER_CLEAR_W<'_, DCACHE_AUTOLOAD_CTRL_SPEC>
pub fn dcache_autoload_buffer_clear( &mut self, ) -> DCACHE_AUTOLOAD_BUFFER_CLEAR_W<'_, DCACHE_AUTOLOAD_CTRL_SPEC>
Bit 9 - The bit is used to clear autoload buffer in dcache.