pub type W = crate::W<KEYRrs>;
pub type KEY_W<'a, REG> = crate::FieldWriter<'a, REG, 32, u32, crate::Safe>;
impl core::fmt::Debug for crate::generic::Reg<KEYRrs> {
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<KEYRrs> {
KEY_W::new(self, 0)
}
}
pub struct KEYRrs;
impl crate::RegisterSpec for KEYRrs {
type Ux = u32;
}
impl crate::Writable for KEYRrs {
type Safety = crate::Safe;
}
impl crate::Resettable for KEYRrs {}