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