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