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