pub type W = crate::W<PRGKEYRrs>;
pub type PRGKEYR_W<'a, REG> = crate::FieldWriter<'a, REG, 32, u32, crate::Safe>;
impl core::fmt::Debug for crate::generic::Reg<PRGKEYRrs> {
fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
write!(f, "(not readable)")
}
}
impl W {
#[inline(always)]
pub fn prgkeyr(&mut self) -> PRGKEYR_W<PRGKEYRrs> {
PRGKEYR_W::new(self, 0)
}
}
pub struct PRGKEYRrs;
impl crate::RegisterSpec for PRGKEYRrs {
type Ux = u32;
}
impl crate::Writable for PRGKEYRrs {
type Safety = crate::Safe;
}
impl crate::Resettable for PRGKEYRrs {}