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