[−][src]Struct esp32::dport::app_cache_ctrl1::R
Register APP_CACHE_CTRL1
reader
Implementations
impl R
[src]
pub fn app_cache_mmu_ia_clr(&self) -> APP_CACHE_MMU_IA_CLR_R
[src]
Bit 13
pub fn app_cmmu_pd(&self) -> APP_CMMU_PD_R
[src]
Bit 12
pub fn app_cmmu_force_on(&self) -> APP_CMMU_FORCE_ON_R
[src]
Bit 11
pub fn app_cmmu_flash_page_mode(&self) -> APP_CMMU_FLASH_PAGE_MODE_R
[src]
Bits 9:10
pub fn app_cmmu_sram_page_mode(&self) -> APP_CMMU_SRAM_PAGE_MODE_R
[src]
Bits 6:8
pub fn app_cache_mask_opsdram(&self) -> APP_CACHE_MASK_OPSDRAM_R
[src]
Bit 5
pub fn app_cache_mask_drom0(&self) -> APP_CACHE_MASK_DROM0_R
[src]
Bit 4
pub fn app_cache_mask_dram1(&self) -> APP_CACHE_MASK_DRAM1_R
[src]
Bit 3
pub fn app_cache_mask_irom0(&self) -> APP_CACHE_MASK_IROM0_R
[src]
Bit 2
pub fn app_cache_mask_iram1(&self) -> APP_CACHE_MASK_IRAM1_R
[src]
Bit 1
pub fn app_cache_mask_iram0(&self) -> APP_CACHE_MASK_IRAM0_R
[src]
Bit 0
Methods from Deref<Target = R<APP_CACHE_CTRL1_SPEC>>
Trait Implementations
impl Deref for R
[src]
type Target = R<APP_CACHE_CTRL1_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl From<R<APP_CACHE_CTRL1_SPEC>> for R
[src]
fn from(reader: R<APP_CACHE_CTRL1_SPEC>) -> Self
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,