Struct esp32c3::sensitive::internal_sram_usage_3::W
source · pub struct W(_);
Expand description
Register INTERNAL_SRAM_USAGE_3
writer
Implementations§
source§impl W
impl W
sourcepub fn internal_sram_usage_mac_dump_sram(
&mut self
) -> INTERNAL_SRAM_USAGE_MAC_DUMP_SRAM_W<'_, 0>
pub fn internal_sram_usage_mac_dump_sram( &mut self ) -> INTERNAL_SRAM_USAGE_MAC_DUMP_SRAM_W<'_, 0>
Bits 0:2 - internal_sram_usage_mac_dump_sram
sourcepub fn internal_sram_alloc_mac_dump(
&mut self
) -> INTERNAL_SRAM_ALLOC_MAC_DUMP_W<'_, 3>
pub fn internal_sram_alloc_mac_dump( &mut self ) -> INTERNAL_SRAM_ALLOC_MAC_DUMP_W<'_, 3>
Bit 3 - internal_sram_alloc_mac_dump
Methods from Deref<Target = W<INTERNAL_SRAM_USAGE_3_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