Struct esp32c3::apb_ctrl::peri_backup_int_ena::W
source · pub struct W(_);
Expand description
Register PERI_BACKUP_INT_ENA
writer
Implementations§
source§impl W
impl W
sourcepub fn peri_backup_done_int_ena(&mut self) -> PERI_BACKUP_DONE_INT_ENA_W<'_, 0>
pub fn peri_backup_done_int_ena(&mut self) -> PERI_BACKUP_DONE_INT_ENA_W<'_, 0>
Bit 0 - reg_peri_backup_done_int_ena
sourcepub fn peri_backup_err_int_ena(&mut self) -> PERI_BACKUP_ERR_INT_ENA_W<'_, 1>
pub fn peri_backup_err_int_ena(&mut self) -> PERI_BACKUP_ERR_INT_ENA_W<'_, 1>
Bit 1 - reg_peri_backup_err_int_ena
Methods from Deref<Target = W<PERI_BACKUP_INT_ENA_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