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