Struct esp32s2::syscon::sram_ace2_size::W
source · pub struct W(_);
Expand description
Register SRAM_ACE2_SIZE
writer
Implementations§
source§impl W
impl W
sourcepub fn sram_ace2_size(&mut self) -> SRAM_ACE2_SIZE_W<'_, 0>
pub fn sram_ace2_size(&mut self) -> SRAM_ACE2_SIZE_W<'_, 0>
Bits 0:15
Methods from Deref<Target = W<SRAM_ACE2_SIZE_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