pub struct R(_);
Expand description
Register CORE_1_PIF_PMS_CONSTRAIN_10
reader
Implementations
sourceimpl R
impl R
sourcepub fn core_1_pif_pms_constrain_rtcfast_world_0_l(
&self
) -> CORE_1_PIF_PMS_CONSTRAIN_RTCFAST_WORLD_0_L_R
pub fn core_1_pif_pms_constrain_rtcfast_world_0_l(
&self
) -> CORE_1_PIF_PMS_CONSTRAIN_RTCFAST_WORLD_0_L_R
Bits 0:2 - RTCFast memory low region permission in world 0 for core1.
sourcepub fn core_1_pif_pms_constrain_rtcfast_world_0_h(
&self
) -> CORE_1_PIF_PMS_CONSTRAIN_RTCFAST_WORLD_0_H_R
pub fn core_1_pif_pms_constrain_rtcfast_world_0_h(
&self
) -> CORE_1_PIF_PMS_CONSTRAIN_RTCFAST_WORLD_0_H_R
Bits 3:5 - RTCFast memory high region permission in world 0 for core1.
sourcepub fn core_1_pif_pms_constrain_rtcfast_world_1_l(
&self
) -> CORE_1_PIF_PMS_CONSTRAIN_RTCFAST_WORLD_1_L_R
pub fn core_1_pif_pms_constrain_rtcfast_world_1_l(
&self
) -> CORE_1_PIF_PMS_CONSTRAIN_RTCFAST_WORLD_1_L_R
Bits 6:8 - RTCFast memory low region permission in world 1 for core1.
sourcepub fn core_1_pif_pms_constrain_rtcfast_world_1_h(
&self
) -> CORE_1_PIF_PMS_CONSTRAIN_RTCFAST_WORLD_1_H_R
pub fn core_1_pif_pms_constrain_rtcfast_world_1_h(
&self
) -> CORE_1_PIF_PMS_CONSTRAIN_RTCFAST_WORLD_1_H_R
Bits 9:11 - RTCFast memory high region permission in world 1 for core1.
Methods from Deref<Target = R<CORE_1_PIF_PMS_CONSTRAIN_10_SPEC>>
Trait Implementations
sourceimpl From<R<CORE_1_PIF_PMS_CONSTRAIN_10_SPEC>> for R
impl From<R<CORE_1_PIF_PMS_CONSTRAIN_10_SPEC>> for R
sourcefn from(reader: R<CORE_1_PIF_PMS_CONSTRAIN_10_SPEC>) -> Self
fn from(reader: R<CORE_1_PIF_PMS_CONSTRAIN_10_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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