Struct esp32c3::sensitive::privilege_mode_sel_lock::W
source · pub struct W(_);
Expand description
Register PRIVILEGE_MODE_SEL_LOCK
writer
Implementations§
source§impl W
impl W
sourcepub fn privilege_mode_sel_lock(&mut self) -> PRIVILEGE_MODE_SEL_LOCK_W<'_, 0>
pub fn privilege_mode_sel_lock(&mut self) -> PRIVILEGE_MODE_SEL_LOCK_W<'_, 0>
Bit 0 - privilege_mode_sel_lock
Methods from Deref<Target = W<PRIVILEGE_MODE_SEL_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