pub struct R(_);
Expand description
Register BACKUP_BUS_PMS_CONSTRAIN_6
reader
Implementations
sourceimpl R
impl R
sourcepub fn backup_bus_pms_constrain_rtcfast_l(
&self
) -> BACKUP_BUS_PMS_CONSTRAIN_RTCFAST_L_R
pub fn backup_bus_pms_constrain_rtcfast_l(
&self
) -> BACKUP_BUS_PMS_CONSTRAIN_RTCFAST_L_R
Bits 0:2 - BackUp access rtcfast_l permission.
sourcepub fn backup_bus_pms_constrain_rtcfast_h(
&self
) -> BACKUP_BUS_PMS_CONSTRAIN_RTCFAST_H_R
pub fn backup_bus_pms_constrain_rtcfast_h(
&self
) -> BACKUP_BUS_PMS_CONSTRAIN_RTCFAST_H_R
Bits 3:5 - BackUp access rtcfast_h permission.
Methods from Deref<Target = R<BACKUP_BUS_PMS_CONSTRAIN_6_SPEC>>
Trait Implementations
sourceimpl From<R<BACKUP_BUS_PMS_CONSTRAIN_6_SPEC>> for R
impl From<R<BACKUP_BUS_PMS_CONSTRAIN_6_SPEC>> for R
sourcefn from(reader: R<BACKUP_BUS_PMS_CONSTRAIN_6_SPEC>) -> Self
fn from(reader: R<BACKUP_BUS_PMS_CONSTRAIN_6_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