pub struct R(_);
Expand description
Register FUNC_CTRL
reader
Implementations§
source§impl R
impl R
sourcepub fn m0_pms_func_en(&self) -> M0_PMS_FUNC_EN_R
pub fn m0_pms_func_en(&self) -> M0_PMS_FUNC_EN_R
Bit 0 - PMS M0 function enable
sourcepub fn m1_pms_func_en(&self) -> M1_PMS_FUNC_EN_R
pub fn m1_pms_func_en(&self) -> M1_PMS_FUNC_EN_R
Bit 1 - PMS M1 function enable
sourcepub fn m2_pms_func_en(&self) -> M2_PMS_FUNC_EN_R
pub fn m2_pms_func_en(&self) -> M2_PMS_FUNC_EN_R
Bit 2 - PMS M2 function enable
sourcepub fn m3_pms_func_en(&self) -> M3_PMS_FUNC_EN_R
pub fn m3_pms_func_en(&self) -> M3_PMS_FUNC_EN_R
Bit 3 - PMS M3 function enable
Methods from Deref<Target = R<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