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