Type Alias esp32c3::extmem::icache_lock_ctrl::R

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

Register ICACHE_LOCK_CTRL reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn icache_lock_ena(&self) -> ICACHE_LOCK_ENA_R

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

source

pub fn icache_unlock_ena(&self) -> ICACHE_UNLOCK_ENA_R

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

source

pub fn icache_lock_done(&self) -> ICACHE_LOCK_DONE_R

Bit 2 - The bit is used to indicate unlock/lock operation is finished.