#[doc = "Register `RCD_PDEBUGLS0ADDR` reader"]
pub type R = crate::R<RCD_PDEBUGLS0ADDR_SPEC>;
#[doc = "Field `RCD_PDEBUGLS0ADDR` reader - core0_pdebug_s0addr"]
pub type RCD_PDEBUGLS0ADDR_R = crate::FieldReader<u32>;
impl R {
#[doc = "Bits 0:31 - core0_pdebug_s0addr"]
#[inline(always)]
pub fn rcd_pdebugls0addr(&self) -> RCD_PDEBUGLS0ADDR_R {
RCD_PDEBUGLS0ADDR_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("RCD_PDEBUGLS0ADDR")
.field("rcd_pdebugls0addr", &self.rcd_pdebugls0addr())
.finish()
}
}
#[doc = "core0 pdebug status register\n\nYou can [`read`](crate::Reg::read) this register and get [`rcd_pdebugls0addr::R`](R). See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct RCD_PDEBUGLS0ADDR_SPEC;
impl crate::RegisterSpec for RCD_PDEBUGLS0ADDR_SPEC {
type Ux = u32;
}
#[doc = "`read()` method returns [`rcd_pdebugls0addr::R`](R) reader structure"]
impl crate::Readable for RCD_PDEBUGLS0ADDR_SPEC {}
#[doc = "`reset()` method sets RCD_PDEBUGLS0ADDR to value 0"]
impl crate::Resettable for RCD_PDEBUGLS0ADDR_SPEC {}