pub struct R(_);Expand description
Register CORE_0_PIF_PMS_CONSTRAIN_9 reader
Implementations
sourceimpl R
impl R
sourcepub fn core_0_pif_pms_constrain_rtcfast_spltaddr_world_0(
&self
) -> CORE_0_PIF_PMS_CONSTRAIN_RTCFAST_SPLTADDR_WORLD_0_R
pub fn core_0_pif_pms_constrain_rtcfast_spltaddr_world_0(
&self
) -> CORE_0_PIF_PMS_CONSTRAIN_RTCFAST_SPLTADDR_WORLD_0_R
Bits 0:10 - RTCFast memory split address in world 0 for core0.
sourcepub fn core_0_pif_pms_constrain_rtcfast_spltaddr_world_1(
&self
) -> CORE_0_PIF_PMS_CONSTRAIN_RTCFAST_SPLTADDR_WORLD_1_R
pub fn core_0_pif_pms_constrain_rtcfast_spltaddr_world_1(
&self
) -> CORE_0_PIF_PMS_CONSTRAIN_RTCFAST_SPLTADDR_WORLD_1_R
Bits 11:21 - RTCFast memory split address in world 1 for core0.
Methods from Deref<Target = R<CORE_0_PIF_PMS_CONSTRAIN_9_SPEC>>
Trait Implementations
sourceimpl From<R<CORE_0_PIF_PMS_CONSTRAIN_9_SPEC>> for R
impl From<R<CORE_0_PIF_PMS_CONSTRAIN_9_SPEC>> for R
sourcefn from(reader: R<CORE_0_PIF_PMS_CONSTRAIN_9_SPEC>) -> Self
fn from(reader: R<CORE_0_PIF_PMS_CONSTRAIN_9_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