Struct esp32c6::hp_sys::sram_usage_conf::W
source · pub struct W(_);
Expand description
Register SRAM_USAGE_CONF
writer
Implementations§
source§impl W
impl W
sourcepub fn sram_usage(&mut self) -> SRAM_USAGE_W<'_, 8>
pub fn sram_usage(&mut self) -> SRAM_USAGE_W<'_, 8>
Bits 8:11 - 0: cpu use hp-memory. 1:mac-dump accessing hp-memory.
sourcepub fn mac_dump_alloc(&mut self) -> MAC_DUMP_ALLOC_W<'_, 16>
pub fn mac_dump_alloc(&mut self) -> MAC_DUMP_ALLOC_W<'_, 16>
Bit 16 - Set this bit as 1 to add an offset (64KB) when mac-dump accessing hp-memory.
Methods from Deref<Target = W<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