Struct esp32c3::apb_ctrl::ext_mem_pms_lock::W
source · pub struct W(_);
Expand description
Register EXT_MEM_PMS_LOCK
writer
Implementations§
source§impl W
impl W
sourcepub fn ext_mem_pms_lock(&mut self) -> EXT_MEM_PMS_LOCK_W<'_, 0>
pub fn ext_mem_pms_lock(&mut self) -> EXT_MEM_PMS_LOCK_W<'_, 0>
Bit 0 - reg_ext_mem_pms_lock
Methods from Deref<Target = W<EXT_MEM_PMS_LOCK_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