esp32c5 0.2.2

Peripheral access crate for the ESP32-C5
Documentation
#[doc = "Register `IBUS3_ACS_NXTLVL_RD_CNT` reader"]
pub type R = crate::R<IBUS3_ACS_NXTLVL_RD_CNT_SPEC>;
#[doc = "Field `IBUS3_NXTLVL_RD_CNT` reader - The register records the number of times that ICache accesses L2-Cache due to bus3 accessing ICache3."]
pub type IBUS3_NXTLVL_RD_CNT_R = crate::FieldReader<u32>;
impl R {
    #[doc = "Bits 0:31 - The register records the number of times that ICache accesses L2-Cache due to bus3 accessing ICache3."]
    #[inline(always)]
    pub fn ibus3_nxtlvl_rd_cnt(&self) -> IBUS3_NXTLVL_RD_CNT_R {
        IBUS3_NXTLVL_RD_CNT_R::new(self.bits)
    }
}
#[cfg(feature = "impl-register-debug")]
impl core::fmt::Debug for R {
    fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
        f.debug_struct("IBUS3_ACS_NXTLVL_RD_CNT")
            .field("ibus3_nxtlvl_rd_cnt", &self.ibus3_nxtlvl_rd_cnt())
            .finish()
    }
}
#[doc = "ICache bus3 Next-Level-Access Counter register\n\nYou can [`read`](crate::Reg::read) this register and get [`ibus3_acs_nxtlvl_rd_cnt::R`](R). See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct IBUS3_ACS_NXTLVL_RD_CNT_SPEC;
impl crate::RegisterSpec for IBUS3_ACS_NXTLVL_RD_CNT_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [`ibus3_acs_nxtlvl_rd_cnt::R`](R) reader structure"]
impl crate::Readable for IBUS3_ACS_NXTLVL_RD_CNT_SPEC {}
#[doc = "`reset()` method sets IBUS3_ACS_NXTLVL_RD_CNT to value 0"]
impl crate::Resettable for IBUS3_ACS_NXTLVL_RD_CNT_SPEC {}