pub type R = crate::R<IPIDRrs>;
pub type IPID_R = crate::FieldReader<u32>;
impl R {
#[inline(always)]
pub fn ipid(&self) -> IPID_R {
IPID_R::new(self.bits)
}
}
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
f.debug_struct("IPIDR").field("ipid", &self.ipid()).finish()
}
}
pub struct IPIDRrs;
impl crate::RegisterSpec for IPIDRrs {
type Ux = u32;
}
impl crate::Readable for IPIDRrs {}
impl crate::Resettable for IPIDRrs {
const RESET_VALUE: u32 = 0x0010_0072;
}