Struct esp32c3::apb_ctrl::peri_backup_config::R
source · pub struct R(_);
Expand description
Register PERI_BACKUP_CONFIG
reader
Implementations
sourceimpl R
impl R
sourcepub fn peri_backup_flow_err(&self) -> PERI_BACKUP_FLOW_ERR_R
pub fn peri_backup_flow_err(&self) -> PERI_BACKUP_FLOW_ERR_R
Bits 1:2 - reg_peri_backup_flow_err
sourcepub fn peri_backup_burst_limit(&self) -> PERI_BACKUP_BURST_LIMIT_R
pub fn peri_backup_burst_limit(&self) -> PERI_BACKUP_BURST_LIMIT_R
Bits 4:8 - reg_peri_backup_burst_limit
sourcepub fn peri_backup_tout_thres(&self) -> PERI_BACKUP_TOUT_THRES_R
pub fn peri_backup_tout_thres(&self) -> PERI_BACKUP_TOUT_THRES_R
Bits 9:18 - reg_peri_backup_tout_thres
sourcepub fn peri_backup_size(&self) -> PERI_BACKUP_SIZE_R
pub fn peri_backup_size(&self) -> PERI_BACKUP_SIZE_R
Bits 19:28 - reg_peri_backup_size
sourcepub fn peri_backup_to_mem(&self) -> PERI_BACKUP_TO_MEM_R
pub fn peri_backup_to_mem(&self) -> PERI_BACKUP_TO_MEM_R
Bit 30 - reg_peri_backup_to_mem
sourcepub fn peri_backup_ena(&self) -> PERI_BACKUP_ENA_R
pub fn peri_backup_ena(&self) -> PERI_BACKUP_ENA_R
Bit 31 - reg_peri_backup_ena
Methods from Deref<Target = R<PERI_BACKUP_CONFIG_SPEC>>
Trait Implementations
sourceimpl From<R<PERI_BACKUP_CONFIG_SPEC>> for R
impl From<R<PERI_BACKUP_CONFIG_SPEC>> for R
sourcefn from(reader: R<PERI_BACKUP_CONFIG_SPEC>) -> Self
fn from(reader: R<PERI_BACKUP_CONFIG_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