Type Alias esp32c3::extmem::icache_freeze::R

source ·
pub type R = R<ICACHE_FREEZE_SPEC>;
Expand description

Register ICACHE_FREEZE reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn ena(&self) -> ENA_R

Bit 0 - The bit is used to enable icache freeze mode

source

pub fn mode(&self) -> MODE_R

Bit 1 - The bit is used to configure freeze mode, 0: assert busy if CPU miss 1: assert hit if CPU miss

source

pub fn done(&self) -> DONE_R

Bit 2 - The bit is used to indicate icache freeze success