pub struct R(_);
Expand description
Register PRO_CACHE_CTRL
reader
Implementations
sourceimpl R
impl R
sourcepub fn pro_cache_mode(&self) -> PRO_CACHE_MODE_R
pub fn pro_cache_mode(&self) -> PRO_CACHE_MODE_R
Bit 2
sourcepub fn pro_cache_enable(&self) -> PRO_CACHE_ENABLE_R
pub fn pro_cache_enable(&self) -> PRO_CACHE_ENABLE_R
Bit 3
sourcepub fn pro_cache_flush_ena(&self) -> PRO_CACHE_FLUSH_ENA_R
pub fn pro_cache_flush_ena(&self) -> PRO_CACHE_FLUSH_ENA_R
Bit 4
sourcepub fn pro_cache_flush_done(&self) -> PRO_CACHE_FLUSH_DONE_R
pub fn pro_cache_flush_done(&self) -> PRO_CACHE_FLUSH_DONE_R
Bit 5
sourcepub fn pro_cache_lock_0_en(&self) -> PRO_CACHE_LOCK_0_EN_R
pub fn pro_cache_lock_0_en(&self) -> PRO_CACHE_LOCK_0_EN_R
Bit 6
sourcepub fn pro_cache_lock_1_en(&self) -> PRO_CACHE_LOCK_1_EN_R
pub fn pro_cache_lock_1_en(&self) -> PRO_CACHE_LOCK_1_EN_R
Bit 7
sourcepub fn pro_cache_lock_2_en(&self) -> PRO_CACHE_LOCK_2_EN_R
pub fn pro_cache_lock_2_en(&self) -> PRO_CACHE_LOCK_2_EN_R
Bit 8
sourcepub fn pro_cache_lock_3_en(&self) -> PRO_CACHE_LOCK_3_EN_R
pub fn pro_cache_lock_3_en(&self) -> PRO_CACHE_LOCK_3_EN_R
Bit 9
sourcepub fn pro_single_iram_ena(&self) -> PRO_SINGLE_IRAM_ENA_R
pub fn pro_single_iram_ena(&self) -> PRO_SINGLE_IRAM_ENA_R
Bit 10
sourcepub fn pro_dram_split(&self) -> PRO_DRAM_SPLIT_R
pub fn pro_dram_split(&self) -> PRO_DRAM_SPLIT_R
Bit 11
sourcepub fn pro_ahb_spi_req(&self) -> PRO_AHB_SPI_REQ_R
pub fn pro_ahb_spi_req(&self) -> PRO_AHB_SPI_REQ_R
Bit 12
sourcepub fn pro_slave_req(&self) -> PRO_SLAVE_REQ_R
pub fn pro_slave_req(&self) -> PRO_SLAVE_REQ_R
Bit 13
sourcepub fn ahb_spi_req(&self) -> AHB_SPI_REQ_R
pub fn ahb_spi_req(&self) -> AHB_SPI_REQ_R
Bit 14
sourcepub fn slave_req(&self) -> SLAVE_REQ_R
pub fn slave_req(&self) -> SLAVE_REQ_R
Bit 15
sourcepub fn pro_dram_hl(&self) -> PRO_DRAM_HL_R
pub fn pro_dram_hl(&self) -> PRO_DRAM_HL_R
Bit 16
Methods from Deref<Target = R<PRO_CACHE_CTRL_SPEC>>
Trait Implementations
sourceimpl From<R<PRO_CACHE_CTRL_SPEC>> for R
impl From<R<PRO_CACHE_CTRL_SPEC>> for R
sourcefn from(reader: R<PRO_CACHE_CTRL_SPEC>) -> Self
fn from(reader: R<PRO_CACHE_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