pub struct W(_);
Expand description
Register CORE_1_PIF_PMS_MONITOR_1
writer
Implementations
sourceimpl W
impl W
sourcepub fn core_1_pif_pms_monitor_violate_clr(
&mut self
) -> CORE_1_PIF_PMS_MONITOR_VIOLATE_CLR_W<'_>
pub fn core_1_pif_pms_monitor_violate_clr(
&mut self
) -> CORE_1_PIF_PMS_MONITOR_VIOLATE_CLR_W<'_>
Bit 0 - Set 1 to clear interrupt that core1 initiate illegal PIF bus access.
sourcepub fn core_1_pif_pms_monitor_violate_en(
&mut self
) -> CORE_1_PIF_PMS_MONITOR_VIOLATE_EN_W<'_>
pub fn core_1_pif_pms_monitor_violate_en(
&mut self
) -> CORE_1_PIF_PMS_MONITOR_VIOLATE_EN_W<'_>
Bit 1 - Set 1 to enable interrupt that core1 initiate illegal PIF bus access.
Methods from Deref<Target = W<CORE_1_PIF_PMS_MONITOR_1_SPEC>>
Trait Implementations
sourceimpl From<W<CORE_1_PIF_PMS_MONITOR_1_SPEC>> for W
impl From<W<CORE_1_PIF_PMS_MONITOR_1_SPEC>> for W
sourcefn from(writer: W<CORE_1_PIF_PMS_MONITOR_1_SPEC>) -> Self
fn from(writer: W<CORE_1_PIF_PMS_MONITOR_1_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more