pub type W = crate::W<K2LRrs>;
pub type K_W<'a, REG> = crate::FieldWriter<'a, REG, 31, u32>;
pub type B121_W<'a, REG> = crate::BitWriter<'a, REG>;
impl core::fmt::Debug for crate::generic::Reg<K2LRrs> {
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<K2LRrs> {
K_W::new(self, 0)
}
#[inline(always)]
pub fn b121(&mut self) -> B121_W<K2LRrs> {
B121_W::new(self, 25)
}
}
pub struct K2LRrs;
impl crate::RegisterSpec for K2LRrs {
type Ux = u32;
}
impl crate::Writable for K2LRrs {
type Safety = crate::Unsafe;
}
impl crate::Resettable for K2LRrs {}