Type Alias R

Source
pub type R = R<ICACHE_PRELOAD_CTRL_SPEC>;
Expand description

Register ICACHE_PRELOAD_CTRL reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn icache_preload_ena(&self) -> ICACHE_PRELOAD_ENA_R

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_done(&self) -> ICACHE_PRELOAD_DONE_R

Bit 1 - The bit is used to indicate preload operation is finished.

Source

pub fn icache_preload_order(&self) -> ICACHE_PRELOAD_ORDER_R

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