esp32c2 0.29.1

Peripheral access crate for the ESP32-C2
Documentation
#[doc = "Register `PIF_ACCESS_MONITOR_0` reader"]
pub type R = crate::R<PIF_ACCESS_MONITOR_0_SPEC>;
#[doc = "Register `PIF_ACCESS_MONITOR_0` writer"]
pub type W = crate::W<PIF_ACCESS_MONITOR_0_SPEC>;
#[doc = "Field `PIF_ACCESS_MONITOR_LOCK` reader - Need add description"]
pub type PIF_ACCESS_MONITOR_LOCK_R = crate::BitReader;
#[doc = "Field `PIF_ACCESS_MONITOR_LOCK` writer - Need add description"]
pub type PIF_ACCESS_MONITOR_LOCK_W<'a, REG> = crate::BitWriter<'a, REG>;
impl R {
    #[doc = "Bit 0 - Need add description"]
    #[inline(always)]
    pub fn pif_access_monitor_lock(&self) -> PIF_ACCESS_MONITOR_LOCK_R {
        PIF_ACCESS_MONITOR_LOCK_R::new((self.bits & 1) != 0)
    }
}
#[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("PIF_ACCESS_MONITOR_0")
            .field("pif_access_monitor_lock", &self.pif_access_monitor_lock())
            .finish()
    }
}
impl W {
    #[doc = "Bit 0 - Need add description"]
    #[inline(always)]
    pub fn pif_access_monitor_lock(
        &mut self,
    ) -> PIF_ACCESS_MONITOR_LOCK_W<'_, PIF_ACCESS_MONITOR_0_SPEC> {
        PIF_ACCESS_MONITOR_LOCK_W::new(self, 0)
    }
}
#[doc = "register description\n\nYou can [`read`](crate::Reg::read) this register and get [`pif_access_monitor_0::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pif_access_monitor_0::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct PIF_ACCESS_MONITOR_0_SPEC;
impl crate::RegisterSpec for PIF_ACCESS_MONITOR_0_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [`pif_access_monitor_0::R`](R) reader structure"]
impl crate::Readable for PIF_ACCESS_MONITOR_0_SPEC {}
#[doc = "`write(|w| ..)` method takes [`pif_access_monitor_0::W`](W) writer structure"]
impl crate::Writable for PIF_ACCESS_MONITOR_0_SPEC {
    type Safety = crate::Unsafe;
}
#[doc = "`reset()` method sets PIF_ACCESS_MONITOR_0 to value 0"]
impl crate::Resettable for PIF_ACCESS_MONITOR_0_SPEC {}