1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#[doc = "Reader of register ASSIST_DEBUG_CORE_0_RCD_PDEBUGPC"]
pub type R = crate::R<u32, super::ASSIST_DEBUG_CORE_0_RCD_PDEBUGPC>;
#[doc = "Reader of field `ASSIST_DEBUG_CORE_0_RCD_PDEBUGPC`"]
pub type ASSIST_DEBUG_CORE_0_RCD_PDEBUGPC_R = crate::R<u32, u32>;
impl R {
    #[doc = "Bits 0:31"]
    #[inline(always)]
    pub fn assist_debug_core_0_rcd_pdebugpc(&self) -> ASSIST_DEBUG_CORE_0_RCD_PDEBUGPC_R {
        ASSIST_DEBUG_CORE_0_RCD_PDEBUGPC_R::new((self.bits & 0xffff_ffff) as u32)
    }
}