Struct esp32c3::apb_ctrl::peri_backup_config::W
source · pub struct W(_);
Expand description
Register PERI_BACKUP_CONFIG
writer
Implementations§
source§impl W
impl W
sourcepub fn peri_backup_burst_limit(&mut self) -> PERI_BACKUP_BURST_LIMIT_W<'_, 4>
pub fn peri_backup_burst_limit(&mut self) -> PERI_BACKUP_BURST_LIMIT_W<'_, 4>
Bits 4:8 - reg_peri_backup_burst_limit
sourcepub fn peri_backup_tout_thres(&mut self) -> PERI_BACKUP_TOUT_THRES_W<'_, 9>
pub fn peri_backup_tout_thres(&mut self) -> PERI_BACKUP_TOUT_THRES_W<'_, 9>
Bits 9:18 - reg_peri_backup_tout_thres
sourcepub fn peri_backup_size(&mut self) -> PERI_BACKUP_SIZE_W<'_, 19>
pub fn peri_backup_size(&mut self) -> PERI_BACKUP_SIZE_W<'_, 19>
Bits 19:28 - reg_peri_backup_size
sourcepub fn peri_backup_start(&mut self) -> PERI_BACKUP_START_W<'_, 29>
pub fn peri_backup_start(&mut self) -> PERI_BACKUP_START_W<'_, 29>
Bit 29 - reg_peri_backup_start
sourcepub fn peri_backup_to_mem(&mut self) -> PERI_BACKUP_TO_MEM_W<'_, 30>
pub fn peri_backup_to_mem(&mut self) -> PERI_BACKUP_TO_MEM_W<'_, 30>
Bit 30 - reg_peri_backup_to_mem
sourcepub fn peri_backup_ena(&mut self) -> PERI_BACKUP_ENA_W<'_, 31>
pub fn peri_backup_ena(&mut self) -> PERI_BACKUP_ENA_W<'_, 31>
Bit 31 - reg_peri_backup_ena
Methods from Deref<Target = W<PERI_BACKUP_CONFIG_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