Struct esp32c2_hal::pac::apb_ctrl::peri_backup_int_raw::R
pub struct R(_);
Expand description
Register PERI_BACKUP_INT_RAW
reader
Implementations§
§impl R
impl R
pub fn peri_backup_done_int_raw(&self) -> BitReaderRaw<bool>
pub fn peri_backup_done_int_raw(&self) -> BitReaderRaw<bool>
Bit 0 - reg_peri_backup_done_int_raw
pub fn peri_backup_err_int_raw(&self) -> BitReaderRaw<bool>
pub fn peri_backup_err_int_raw(&self) -> BitReaderRaw<bool>
Bit 1 - reg_peri_backup_err_int_raw
Methods from Deref<Target = R<PERI_BACKUP_INT_RAW_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_INT_RAW_SPEC>> for R
impl From<R<PERI_BACKUP_INT_RAW_SPEC>> for R
§fn from(reader: R<PERI_BACKUP_INT_RAW_SPEC>) -> R
fn from(reader: R<PERI_BACKUP_INT_RAW_SPEC>) -> R
Converts to this type from the input type.