esp32p4 0.2.0

Peripheral access crate for the ESP32-P4
Documentation
#[doc = "Register `DEV_CHAR_TABLE8_LOC3` reader"]
pub type R = crate::R<DEV_CHAR_TABLE8_LOC3_SPEC>;
#[doc = "Field `DCT_DEV8_LOC3` reader - NA"]
pub type DCT_DEV8_LOC3_R = crate::FieldReader<u32>;
impl R {
    #[doc = "Bits 0:31 - NA"]
    #[inline(always)]
    pub fn dct_dev8_loc3(&self) -> DCT_DEV8_LOC3_R {
        DCT_DEV8_LOC3_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("DEV_CHAR_TABLE8_LOC3")
            .field(
                "dct_dev8_loc3",
                &format_args!("{}", self.dct_dev8_loc3().bits()),
            )
            .finish()
    }
}
#[cfg(feature = "impl-register-debug")]
impl core::fmt::Debug for crate::generic::Reg<DEV_CHAR_TABLE8_LOC3_SPEC> {
    fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
        core::fmt::Debug::fmt(&self.read(), f)
    }
}
#[doc = "NA\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`dev_char_table8_loc3::R`](R).  See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct DEV_CHAR_TABLE8_LOC3_SPEC;
impl crate::RegisterSpec for DEV_CHAR_TABLE8_LOC3_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [`dev_char_table8_loc3::R`](R) reader structure"]
impl crate::Readable for DEV_CHAR_TABLE8_LOC3_SPEC {}
#[doc = "`reset()` method sets DEV_CHAR_TABLE8_LOC3 to value 0"]
impl crate::Resettable for DEV_CHAR_TABLE8_LOC3_SPEC {
    const RESET_VALUE: u32 = 0;
}