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