Type Alias esp32c3::extmem::icache_preload_ctrl::W

source ·
pub type W = W<ICACHE_PRELOAD_CTRL_SPEC>;
Expand description

Register ICACHE_PRELOAD_CTRL writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn icache_preload_ena( &mut self ) -> ICACHE_PRELOAD_ENA_W<'_, ICACHE_PRELOAD_CTRL_SPEC>

Bit 0 - The bit is used to enable preload operation. It will be cleared by hardware after preload operation done.

source

pub fn icache_preload_order( &mut self ) -> ICACHE_PRELOAD_ORDER_W<'_, ICACHE_PRELOAD_CTRL_SPEC>

Bit 2 - The bit is used to configure the direction of preload operation. 1: descending, 0: ascending.