Struct esp32s3::sensitive::internal_sram_usage_0::W
source · pub struct W(_);
Expand description
Register INTERNAL_SRAM_USAGE_0
writer
Implementations§
source§impl W
impl W
sourcepub fn internal_sram_usage_lock(&mut self) -> INTERNAL_SRAM_USAGE_LOCK_W<'_, 0>
pub fn internal_sram_usage_lock(&mut self) -> INTERNAL_SRAM_USAGE_LOCK_W<'_, 0>
Bit 0 - Set 1 to lock internal SRAM Configuration Register.
Methods from Deref<Target = W<INTERNAL_SRAM_USAGE_0_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