pub struct W(_);Expand description
Register ICACHE_AUTOLOAD_CTRL writer
Implementations
sourceimpl W
impl W
sourcepub fn icache_autoload_sct0_ena(&mut self) -> ICACHE_AUTOLOAD_SCT0_ENA_W<'_>
pub fn icache_autoload_sct0_ena(&mut self) -> ICACHE_AUTOLOAD_SCT0_ENA_W<'_>
Bit 0 - The bits are used to enable the first section for autoload operation.
sourcepub fn icache_autoload_sct1_ena(&mut self) -> ICACHE_AUTOLOAD_SCT1_ENA_W<'_>
pub fn icache_autoload_sct1_ena(&mut self) -> ICACHE_AUTOLOAD_SCT1_ENA_W<'_>
Bit 1 - The bits are used to enable the second section for autoload operation.
sourcepub fn icache_autoload_ena(&mut self) -> ICACHE_AUTOLOAD_ENA_W<'_>
pub fn icache_autoload_ena(&mut self) -> ICACHE_AUTOLOAD_ENA_W<'_>
Bit 2 - The bit is used to enable and disable autoload operation. It is combined with icache_autoload_done. 1: enable, 0: disable.
sourcepub fn icache_autoload_order(&mut self) -> ICACHE_AUTOLOAD_ORDER_W<'_>
pub fn icache_autoload_order(&mut self) -> ICACHE_AUTOLOAD_ORDER_W<'_>
Bit 4 - The bits are used to configure the direction of autoload. 1: descending, 0: ascending.
sourcepub fn icache_autoload_rqst(&mut self) -> ICACHE_AUTOLOAD_RQST_W<'_>
pub fn icache_autoload_rqst(&mut self) -> ICACHE_AUTOLOAD_RQST_W<'_>
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 icache_autoload_size(&mut self) -> ICACHE_AUTOLOAD_SIZE_W<'_>
pub fn icache_autoload_size(&mut self) -> ICACHE_AUTOLOAD_SIZE_W<'_>
Bits 7:8 - The bits are used to configure the numbers of the cache block for the issuing autoload operation.
sourcepub fn icache_autoload_buffer_clear(
&mut self
) -> ICACHE_AUTOLOAD_BUFFER_CLEAR_W<'_>
pub fn icache_autoload_buffer_clear(
&mut self
) -> ICACHE_AUTOLOAD_BUFFER_CLEAR_W<'_>
Bit 9 - The bit is used to clear autoload buffer in icache.
Methods from Deref<Target = W<ICACHE_AUTOLOAD_CTRL_SPEC>>
Trait Implementations
sourceimpl From<W<ICACHE_AUTOLOAD_CTRL_SPEC>> for W
impl From<W<ICACHE_AUTOLOAD_CTRL_SPEC>> for W
sourcefn from(writer: W<ICACHE_AUTOLOAD_CTRL_SPEC>) -> Self
fn from(writer: W<ICACHE_AUTOLOAD_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