pub struct R(_);
Expand description
Register INTERNAL_SRAM_USAGE_1
reader
Implementations
sourceimpl R
impl R
sourcepub fn internal_sram_icache_usage(&self) -> INTERNAL_SRAM_ICACHE_USAGE_R
pub fn internal_sram_icache_usage(&self) -> INTERNAL_SRAM_ICACHE_USAGE_R
Bits 0:1 - Set 1 to someone bit means corresponding internal SRAM level can be accessed by icache.
sourcepub fn internal_sram_dcache_usage(&self) -> INTERNAL_SRAM_DCACHE_USAGE_R
pub fn internal_sram_dcache_usage(&self) -> INTERNAL_SRAM_DCACHE_USAGE_R
Bits 2:3 - Set 1 to someone bit means corresponding internal SRAM level can be accessed by dcache.
sourcepub fn internal_sram_cpu_usage(&self) -> INTERNAL_SRAM_CPU_USAGE_R
pub fn internal_sram_cpu_usage(&self) -> INTERNAL_SRAM_CPU_USAGE_R
Bits 4:10 - Set 1 to someone bit means corresponding internal SRAM level can be accessed by cpu.
Methods from Deref<Target = R<INTERNAL_SRAM_USAGE_1_SPEC>>
Trait Implementations
sourceimpl From<R<INTERNAL_SRAM_USAGE_1_SPEC>> for R
impl From<R<INTERNAL_SRAM_USAGE_1_SPEC>> for R
sourcefn from(reader: R<INTERNAL_SRAM_USAGE_1_SPEC>) -> Self
fn from(reader: R<INTERNAL_SRAM_USAGE_1_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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