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