pub struct R(_);
Expand description
Register INTERNAL_SRAM_USAGE_1
reader
Implementations
sourceimpl R
impl R
sourcepub fn internal_sram_usage_cpu_cache(&self) -> INTERNAL_SRAM_USAGE_CPU_CACHE_R
pub fn internal_sram_usage_cpu_cache(&self) -> INTERNAL_SRAM_USAGE_CPU_CACHE_R
Bit 0 - Need add description
sourcepub fn internal_sram_usage_cpu_sram(&self) -> INTERNAL_SRAM_USAGE_CPU_SRAM_R
pub fn internal_sram_usage_cpu_sram(&self) -> INTERNAL_SRAM_USAGE_CPU_SRAM_R
Bits 1:3 - Need add description
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