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