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