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