pub struct R(_);
Expand description
Register PERI_BACKUP_INT_ENA
reader
Implementations
sourceimpl R
impl R
sourcepub fn peri_backup_done_int_ena(&self) -> PERI_BACKUP_DONE_INT_ENA_R
pub fn peri_backup_done_int_ena(&self) -> PERI_BACKUP_DONE_INT_ENA_R
Bit 0 - reg_peri_backup_done_int_ena
sourcepub fn peri_backup_err_int_ena(&self) -> PERI_BACKUP_ERR_INT_ENA_R
pub fn peri_backup_err_int_ena(&self) -> PERI_BACKUP_ERR_INT_ENA_R
Bit 1 - reg_peri_backup_err_int_ena
Methods from Deref<Target = R<PERI_BACKUP_INT_ENA_SPEC>>
Trait Implementations
sourceimpl From<R<PERI_BACKUP_INT_ENA_SPEC>> for R
impl From<R<PERI_BACKUP_INT_ENA_SPEC>> for R
sourcefn from(reader: R<PERI_BACKUP_INT_ENA_SPEC>) -> Self
fn from(reader: R<PERI_BACKUP_INT_ENA_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