Struct esp32c2_hal::pac::apb_ctrl::peri_backup_config_reg::R
pub struct R(_);
Expand description
Register PERI_BACKUP_CONFIG_REG
reader
Implementations§
§impl R
impl R
pub fn peri_backup_flow_err(&self) -> FieldReaderRaw<u8, u8>
pub fn peri_backup_flow_err(&self) -> FieldReaderRaw<u8, u8>
Bits 1:2 - reg_peri_backup_flow_err
pub fn peri_backup_burst_limit(&self) -> FieldReaderRaw<u8, u8>
pub fn peri_backup_burst_limit(&self) -> FieldReaderRaw<u8, u8>
Bits 4:8 - reg_peri_backup_burst_limit
pub fn peri_backup_tout_thres(&self) -> FieldReaderRaw<u16, u16>
pub fn peri_backup_tout_thres(&self) -> FieldReaderRaw<u16, u16>
Bits 9:18 - reg_peri_backup_tout_thres
pub fn peri_backup_size(&self) -> FieldReaderRaw<u16, u16>
pub fn peri_backup_size(&self) -> FieldReaderRaw<u16, u16>
Bits 19:28 - reg_peri_backup_size
pub fn peri_backup_to_mem(&self) -> BitReaderRaw<bool>
pub fn peri_backup_to_mem(&self) -> BitReaderRaw<bool>
Bit 30 - reg_peri_backup_to_mem
pub fn peri_backup_ena(&self) -> BitReaderRaw<bool>
pub fn peri_backup_ena(&self) -> BitReaderRaw<bool>
Bit 31 - reg_peri_backup_ena
Methods from Deref<Target = R<PERI_BACKUP_CONFIG_REG_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<PERI_BACKUP_CONFIG_REG_SPEC>> for R
impl From<R<PERI_BACKUP_CONFIG_REG_SPEC>> for R
§fn from(reader: R<PERI_BACKUP_CONFIG_REG_SPEC>) -> R
fn from(reader: R<PERI_BACKUP_CONFIG_REG_SPEC>) -> R
Converts to this type from the input type.