Struct esp32c3::apb_ctrl::peri_backup_int_raw::R
source · pub struct R(_);Expand description
Register PERI_BACKUP_INT_RAW reader
Implementations§
source§impl R
impl R
sourcepub fn peri_backup_done_int_raw(&self) -> PERI_BACKUP_DONE_INT_RAW_R
pub fn peri_backup_done_int_raw(&self) -> PERI_BACKUP_DONE_INT_RAW_R
Bit 0 - reg_peri_backup_done_int_raw
sourcepub fn peri_backup_err_int_raw(&self) -> PERI_BACKUP_ERR_INT_RAW_R
pub fn peri_backup_err_int_raw(&self) -> PERI_BACKUP_ERR_INT_RAW_R
Bit 1 - reg_peri_backup_err_int_raw
Methods from Deref<Target = R<PERI_BACKUP_INT_RAW_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more