pub type W = crate::W<CLRrs>;
pub type SOFC_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type UDDC_W<'a, REG> = crate::BitWriter<'a, REG>;
impl core::fmt::Debug for crate::generic::Reg<CLRrs> {
fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
write!(f, "(not readable)")
}
}
impl W {
#[inline(always)]
pub fn sofc(&mut self) -> SOFC_W<CLRrs> {
SOFC_W::new(self, 1)
}
#[inline(always)]
pub fn uddc(&mut self) -> UDDC_W<CLRrs> {
UDDC_W::new(self, 3)
}
}
pub struct CLRrs;
impl crate::RegisterSpec for CLRrs {
type Ux = u32;
}
impl crate::Writable for CLRrs {
type Safety = crate::Unsafe;
}
impl crate::Resettable for CLRrs {}