esp32 0.40.1

Peripheral access crate for the ESP32
Documentation
#[doc = "Register `IMMU_TABLE%s` reader"]
pub type R = crate::R<IMMU_TABLE_SPEC>;
#[doc = "Register `IMMU_TABLE%s` writer"]
pub type W = crate::W<IMMU_TABLE_SPEC>;
#[doc = "Field `IMMU_TABLE0` reader - "]
pub type IMMU_TABLE0_R = crate::FieldReader;
#[doc = "Field `IMMU_TABLE0` writer - "]
pub type IMMU_TABLE0_W<'a, REG> = crate::FieldWriter<'a, REG, 7>;
impl R {
    #[doc = "Bits 0:6"]
    #[inline(always)]
    pub fn immu_table0(&self) -> IMMU_TABLE0_R {
        IMMU_TABLE0_R::new((self.bits & 0x7f) as u8)
    }
}
#[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("IMMU_TABLE")
            .field("immu_table0", &self.immu_table0())
            .finish()
    }
}
impl W {
    #[doc = "Bits 0:6"]
    #[inline(always)]
    pub fn immu_table0(&mut self) -> IMMU_TABLE0_W<'_, IMMU_TABLE_SPEC> {
        IMMU_TABLE0_W::new(self, 0)
    }
}
#[doc = "\n\nYou can [`read`](crate::Reg::read) this register and get [`immu_table::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`immu_table::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct IMMU_TABLE_SPEC;
impl crate::RegisterSpec for IMMU_TABLE_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [`immu_table::R`](R) reader structure"]
impl crate::Readable for IMMU_TABLE_SPEC {}
#[doc = "`write(|w| ..)` method takes [`immu_table::W`](W) writer structure"]
impl crate::Writable for IMMU_TABLE_SPEC {
    type Safety = crate::Unsafe;
}
#[doc = "`reset()` method sets IMMU_TABLE%s to value 0"]
impl crate::Resettable for IMMU_TABLE_SPEC {}