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