pub struct W(_);
Expand description
Register FUNC_CTRL
writer
Implementations§
source§impl W
impl W
sourcepub fn m0_pms_func_en(&mut self) -> M0_PMS_FUNC_EN_W<'_, 0>
pub fn m0_pms_func_en(&mut self) -> M0_PMS_FUNC_EN_W<'_, 0>
Bit 0 - PMS M0 function enable
Methods from Deref<Target = W<FUNC_CTRL_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