esp32s3 0.35.1

Peripheral access crate for the ESP32-S3
Documentation
#[doc = "Register `DRAM0_EXCEPTION_MONITOR_4` reader"]
pub type R = crate::R<DRAM0_EXCEPTION_MONITOR_4_SPEC>;
#[doc = "Field `DRAM0_RECORDING_BYTEEN_1` reader - The second dram0's byteen status when trigger DRAM busy interrupt"]
pub type DRAM0_RECORDING_BYTEEN_1_R = crate::FieldReader<u16>;
impl R {
    #[doc = "Bits 0:15 - The second dram0's byteen status when trigger DRAM busy interrupt"]
    #[inline(always)]
    pub fn dram0_recording_byteen_1(&self) -> DRAM0_RECORDING_BYTEEN_1_R {
        DRAM0_RECORDING_BYTEEN_1_R::new((self.bits & 0xffff) as u16)
    }
}
#[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("DRAM0_EXCEPTION_MONITOR_4")
            .field("dram0_recording_byteen_1", &self.dram0_recording_byteen_1())
            .finish()
    }
}
#[doc = "core0 bus busy configuration regsiter\n\nYou can [`read`](crate::Reg::read) this register and get [`dram0_exception_monitor_4::R`](R). See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct DRAM0_EXCEPTION_MONITOR_4_SPEC;
impl crate::RegisterSpec for DRAM0_EXCEPTION_MONITOR_4_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [`dram0_exception_monitor_4::R`](R) reader structure"]
impl crate::Readable for DRAM0_EXCEPTION_MONITOR_4_SPEC {}
#[doc = "`reset()` method sets DRAM0_EXCEPTION_MONITOR_4 to value 0"]
impl crate::Resettable for DRAM0_EXCEPTION_MONITOR_4_SPEC {}