Struct esp32h2::hp_sys::sram_usage_conf::R
source · pub struct R(_);
Expand description
Register SRAM_USAGE_CONF
reader
Implementations§
source§impl R
impl R
sourcepub fn sram_usage(&self) -> SRAM_USAGE_R
pub fn sram_usage(&self) -> SRAM_USAGE_R
Bits 10:14 - 0: cpu use hp-memory. 1: mac-dump accessing hp-memory.
sourcepub fn mac_dump_alloc(&self) -> MAC_DUMP_ALLOC_R
pub fn mac_dump_alloc(&self) -> MAC_DUMP_ALLOC_R
Bits 20:24 - reserved.
sourcepub fn cache_usage(&self) -> CACHE_USAGE_R
pub fn cache_usage(&self) -> CACHE_USAGE_R
Bit 31 - reserved
Methods from Deref<Target = R<SRAM_USAGE_CONF_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more